1554032 - saned doesn't have permissions to write on usb port - updated
This commit is contained in:
parent
3973bbb665
commit
50bb0d2bc3
@ -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}"
|
||||
|
@ -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 <zdohnal@redhat.com> - 1.0.27-16
|
||||
- 1554032 - saned doesn't have permissions to write on usb port - updated
|
||||
|
||||
* Mon Mar 12 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.27-15
|
||||
- 1554032 - saned doesn't have permissions to write on usb port
|
||||
- updated README.Fedora - mention epson official drivers
|
||||
|
Loading…
Reference in New Issue
Block a user