Comment 16 for bug 773617

Revision history for this message
Vladimir-csp (vladimir-csp) wrote :

There is the line in libsane rules:
ENV{libsane_matched}=="yes", RUN+="/bin/setfacl -m g:scanner:rw $env{DEVNAME}"
But it does not work

I've placed a test line nearby
ENV{libsane_matched}=="yes", RUN+="/usr/bin/touch /tmp/udev-scanner-test"
it works.

acl package is installed, /bin/setfacl exist, /usr/bin/setfacl points to /bin/setfacl.