From: Petter Reinholdtsen Date: Fri, 7 Oct 2016 07:49:46 +0000 (+0200) Subject: Liten justering. X-Git-Url: http://pere.pagekite.me/gitweb/homepage.git/commitdiff_plain/ea57956cecad836b105243ede033da0ef93384eb?ds=sidebyside Liten justering. --- diff --git a/blog/data/2016-10-07-isenrakm-appstream-lego.txt b/blog/data/2016-10-07-isenrakm-appstream-lego.txt index 7bcd52a212..fd74f40b36 100644 --- a/blog/data/2016-10-07-isenrakm-appstream-lego.txt +++ b/blog/data/2016-10-07-isenrakm-appstream-lego.txt @@ -83,10 +83,11 @@ SUBSYSTEM=="usb", ACTION=="add", ATTR{idVendor}=="0694", ATTR{idProduct}=="0001" SYMLINK+="rcx-%k", TAG+="uaccess"

-

I suspect all packages using plugdev in their /lib/udev/rules.d/ -files should be changed to use this tag (either directly or indirectly -via 70-uaccess.rules). Perhaps a lintian check should be -created to detect this?

+

The key part is the 'TAG+="uaccess"' at the end. I suspect all +packages using plugdev in their /lib/udev/rules.d/ files should be +changed to use this tag (either directly or indirectly via +70-uaccess.rules). Perhaps a lintian check should be created +to detect this?

I've been unable to find good documentation on the uaccess feature. It is unclear to me if the uaccess tag is an internal implementation