mirror of
https://abf.rosa.ru/djam/samba.git
synced 2025-02-23 17:12:48 +00:00
fix spool directory rights from 777
This commit is contained in:
parent
84267aef12
commit
e182a04abe
1 changed files with 2 additions and 2 deletions
|
@ -99,7 +99,7 @@
|
|||
Summary: Samba SMB server
|
||||
Name: samba
|
||||
Version: 4.12.11
|
||||
Release: 3
|
||||
Release: 4
|
||||
Epoch: 1
|
||||
License: GPLv3+
|
||||
Group: System/Servers
|
||||
|
@ -319,7 +319,7 @@ implementation details.
|
|||
%attr(755,root,root) %dir %{_localstatedir}/lib/%{name}/profiles
|
||||
%attr(755,root,root) %dir %{_localstatedir}/lib/%{name}/printers
|
||||
%attr(2775,root,adm) %dir %{_localstatedir}/lib/%{name}/printers/*
|
||||
%attr(1777,root,root) %dir /var/spool/%{name}
|
||||
%attr(1755,root,root) %dir /var/spool/%{name}
|
||||
%dir %{_datadir}/%{name}
|
||||
%dir %{_datadir}/%{name}/scripts
|
||||
%{_datadir}/samba/setup
|
||||
|
|
Loading…
Add table
Reference in a new issue