Message ID | 20210223190252.483784-5-brian.gix@intel.com |
---|---|
State | New |
Headers | show |
Series | Cleanup: replace symbolic file permissions | expand |
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,