initial import

This commit is contained in:
tengel 2024-03-20 11:16:48 -05:00
parent f8b4ed3351
commit a8b69a8db2
35 changed files with 11590 additions and 0 deletions

View 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"

View 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"