diff --git a/66-saned.rules b/66-saned.rules index 617ae3c..b3ab794 100644 --- a/66-saned.rules +++ b/66-saned.rules @@ -1,2 +1,2 @@ # udev rule for saned (SANE scanning daemon) to be able to write on usb port -ENV{libsane_matched}=="yes", RUN+="/usr/bin/setfacl -m g:saned:rw $env{DEVPATH}" +ENV{libsane_matched}=="yes", RUN+="/usr/bin/setfacl -m g:saned:rw $env{DEVNAME}" diff --git a/sane-backends.spec b/sane-backends.spec index b1f6532..481588f 100644 --- a/sane-backends.spec +++ b/sane-backends.spec @@ -33,7 +33,7 @@ Summary: Scanner access software Name: sane-backends Version: 1.0.27 -Release: 15%{?dist} +Release: 16%{?dist} # lib/ is LGPLv2+, backends are GPLv2+ with exceptions # Tools are GPLv2+, docs are public domain # see LICENSE for details @@ -352,6 +352,9 @@ exit 0 %{_unitdir}/saned@.service %changelog +* Tue Apr 17 2018 Zdenek Dohnal - 1.0.27-16 +- 1554032 - saned doesn't have permissions to write on usb port - updated + * Mon Mar 12 2018 Zdenek Dohnal - 1.0.27-15 - 1554032 - saned doesn't have permissions to write on usb port - updated README.Fedora - mention epson official drivers