summarylogtreecommitdiffstats
path: root/udev-uaccess-fix.rules
diff options
context:
space:
mode:
Diffstat (limited to 'udev-uaccess-fix.rules')
-rw-r--r--udev-uaccess-fix.rules4
1 files changed, 4 insertions, 0 deletions
diff --git a/udev-uaccess-fix.rules b/udev-uaccess-fix.rules
new file mode 100644
index 000000000000..de379323b30c
--- /dev/null
+++ b/udev-uaccess-fix.rules
@@ -0,0 +1,4 @@
+# The 'uaccess' tag is a magic tag that makes udev try to look up the currently active user,
+# and set an ACL for that user to access the device.
+# This hack makes sure that there it at least one group a user can be part of to get the same access.
+TAG=="uaccess", GROUP="users"