mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-15 11:07:24 +07:00
[PATCH] add udev conf.d file.
This commit is contained in:
parent
87afc6dea0
commit
56dbd7dfb0
11
etc/conf.d/udev
Normal file
11
etc/conf.d/udev
Normal file
@ -0,0 +1,11 @@
|
||||
# if selinux file attributes
|
||||
# should be restored (leave to yes, if unsure)
|
||||
UDEV_SELINUX="yes"
|
||||
|
||||
# if console permissions (pam_console)
|
||||
# should be restored (leave to yes, if unsure)
|
||||
UDEV_CONSOLE="yes"
|
||||
|
||||
# if dbus messages should be sent
|
||||
UDEV_DBUS="no"
|
||||
|
Loading…
Reference in New Issue
Block a user