initial import
This commit is contained in:
parent
f8b4ed3351
commit
a8b69a8db2
35 changed files with 11590 additions and 0 deletions
16
etc/udev/rules.d/61-rfkill.rules
Normal file
16
etc/udev/rules.d/61-rfkill.rules
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Set ACLs for console users on /dev/rfkill
|
||||
# http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-bluetooth/debian/61-gnome-bluetooth-rfkill.rules?view=markup
|
||||
# This is necessary until a daemon can properly handle access to the
|
||||
# kill switch
|
||||
# http://bugs.debian.org/563902
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=514798
|
||||
|
||||
# logind
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=733326
|
||||
KERNEL=="rfkill", SUBSYSTEM=="misc", TAG+="uaccess"
|
||||
|
||||
# ConsoleKit
|
||||
ENV{ACL_MANAGE}=="0", GOTO="rfkill_bluetooth_end"
|
||||
ACTION!="add|change", GOTO="rfkill_bluetooth_end"
|
||||
KERNEL=="rfkill", SUBSYSTEM=="misc", TAG+="udev-acl"
|
||||
LABEL="rfkill_bluetooth_end"
|
||||
4
etc/udev/rules.d/99-hide-partitions.rules
Normal file
4
etc/udev/rules.d/99-hide-partitions.rules
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# hide a system partition, such as Windows, from Linux desktops (udisks)
|
||||
|
||||
KERNEL=="sda1",ENV{UDISKS_IGNORE}="1"
|
||||
KERNEL=="sda2",ENV{UDISKS_IGNORE}="1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue