summaryrefslogtreecommitdiff
path: root/profiles/input
diff options
context:
space:
mode:
authorBrian Gix <brian.gix@intel.com>2021-02-23 10:45:02 -0800
committerBrian Gix <brian.gix@intel.com>2021-02-23 16:59:46 -0800
commit0fea1b365a81e88279f21ce030fc5a3ad8b61ea9 (patch)
treeb2774a8090c30a62ef46b324067d45d0b7e54a0d /profiles/input
parente34869b92d83eaabcbcb149d7a092d6f8471b1fb (diff)
downloadbluez-0fea1b365a81e88279f21ce030fc5a3ad8b61ea9.tar.gz
profiles: Cleanup deprecated symbolic file permissions
Diffstat (limited to 'profiles/input')
-rw-r--r--profiles/input/suspend-dummy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/input/suspend-dummy.c b/profiles/input/suspend-dummy.c
index c6527ee88..ea1835e0f 100644
--- a/profiles/input/suspend-dummy.c
+++ b/profiles/input/suspend-dummy.c
@@ -121,7 +121,7 @@ int suspend_init(suspend_event suspend, resume_event resume)
}
}
- if (mkfifo(HOG_SUSPEND_FIFO, S_IRUSR | S_IWUSR) < 0) {
+ if (mkfifo(HOG_SUSPEND_FIFO, 0600) < 0) {
int err = -errno;
error("Can't create FIFO (%s): %s (%d)", HOG_SUSPEND_FIFO,