forked from pool/shadow
Accepting request 436106 from home:jubalh:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/436106 OBS-URL: https://build.opensuse.org/package/show/Base:System/shadow?expand=0&rev=26
This commit is contained in:
parent
3eb2c8c563
commit
cd6ec5b6e3
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 18 15:55:43 UTC 2016 - mvetter@suse.com
|
||||
|
||||
- bsc#1002975: Use permissions according to permissions package
|
||||
and dont try to manipulate them in %files section.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 14 07:46:33 UTC 2016 - mvetter@suse.com
|
||||
|
||||
|
18
shadow.spec
18
shadow.spec
@ -230,16 +230,16 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%config /etc/pam.d/useradd
|
||||
%config /etc/pam.d/userdel
|
||||
%config /etc/pam.d/usermod
|
||||
%attr(4755,root,shadow) %{_bindir}/chage
|
||||
%attr(4755,root,shadow) %{_bindir}/chfn
|
||||
%attr(4755,root,shadow) %{_bindir}/chsh
|
||||
%attr(4755,root,shadow) %{_bindir}/expiry
|
||||
%attr(4755,root,shadow) %{_bindir}/gpasswd
|
||||
%verify(not mode) %attr(2755,root,shadow) %{_bindir}/chage
|
||||
%verify(not mode) %attr(4755,root,shadow) %{_bindir}/chfn
|
||||
%verify(not mode) %attr(4755,root,shadow) %{_bindir}/chsh
|
||||
%verify(not mode) %attr(4755,root,shadow) %{_bindir}/expiry
|
||||
%verify(not mode) %attr(4755,root,shadow) %{_bindir}/gpasswd
|
||||
%verify(not mode) %attr(4755,root,root) %{_bindir}/newgrp
|
||||
%verify(not mode) %attr(4755,root,shadow) %{_bindir}/passwd
|
||||
%verify(not mode) %attr(0755,root,shadow) %{_bindir}/newgidmap
|
||||
%verify(not mode) %attr(0755,root,shadow) %{_bindir}/newuidmap
|
||||
%{_bindir}/lastlog
|
||||
%attr(4755,root,root) %{_bindir}/newgrp
|
||||
%attr(4755,root,shadow) %{_bindir}/passwd
|
||||
%attr(0755,root,shadow) %{_bindir}/newgidmap
|
||||
%attr(0755,root,shadow) %{_bindir}/newuidmap
|
||||
%{_bindir}/sg
|
||||
%{_sbindir}/groupadd
|
||||
%{_sbindir}/groupdel
|
||||
|
Loading…
Reference in New Issue
Block a user