urfkill is a daemon to handle rfkill events from /dev/rfkill and the rfkill keys from input devices. This project is created to replace the rfkill functions in hal and the kernel module rfkill-input, which is inflexible and being planned to be deprecated. I noticed that some bugs, e.g. bnc#673060, happened in openSUSE due to the removal of hal and would like to provide a solution for the similar problems. For more details: https://github.com/lcp/urfkill note: The bug of the security review for urfkill: https://bugzilla.novell.com/show_bug.cgi?id=688328 The security team already added urfkill into the whitelist in rpmlint and polkit-default-privs in openSUSE:Factory. OBS-URL: https://build.opensuse.org/request/show/68645 OBS-URL: https://build.opensuse.org/package/show/Base:System/urfkill?expand=0&rev=1
14 lines
326 B
Diff
14 lines
326 B
Diff
diff --git a/data/urfkill.conf b/data/urfkill.conf
|
|
index 109f787..7187017 100644
|
|
--- a/data/urfkill.conf
|
|
+++ b/data/urfkill.conf
|
|
@@ -8,7 +8,7 @@
|
|
# urfkilld will drop root privilege and switch to the user after
|
|
# the devices nodes are opened.
|
|
#
|
|
-user=root
|
|
+user=urfkill
|
|
|
|
## Type: boolean (true/false)
|
|
## Default: true
|