The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/sane-backends#e74855ce7e70772b50c980c582f52be711149f07
3 lines
176 B
Plaintext
3 lines
176 B
Plaintext
# udev rule for saned (SANE scanning daemon) to be able to write on usb port
|
|
ENV{libsane_matched}=="yes", ENV{DEVNAME}!="", RUN+="/usr/bin/setfacl -m g:saned:rw $env{DEVNAME}"
|