- change the permissions of the /sys directory to 555 to match the kernel (#1037862)
This commit is contained in:
parent
17f84c2ae7
commit
8e678e869d
@ -1,7 +1,7 @@
|
|||||||
Summary: The basic directory layout for a Linux system
|
Summary: The basic directory layout for a Linux system
|
||||||
Name: filesystem
|
Name: filesystem
|
||||||
Version: 3.2
|
Version: 3.2
|
||||||
Release: 21%{?dist}
|
Release: 22%{?dist}
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
URL: https://fedorahosted.org/filesystem
|
URL: https://fedorahosted.org/filesystem
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -168,7 +168,7 @@ return 0
|
|||||||
/run
|
/run
|
||||||
/sbin
|
/sbin
|
||||||
/srv
|
/srv
|
||||||
/sys
|
%attr(555,root,root) /sys
|
||||||
%attr(1777,root,root) /tmp
|
%attr(1777,root,root) /tmp
|
||||||
%dir /usr
|
%dir /usr
|
||||||
%attr(555,root,root) /usr/bin
|
%attr(555,root,root) /usr/bin
|
||||||
@ -245,6 +245,10 @@ return 0
|
|||||||
/var/yp
|
/var/yp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 04 2013 Ondrej Vasik <ovasik@redhat.com> - 3.2-22
|
||||||
|
- change the permissions of the /sys directory to 555
|
||||||
|
to match the kernel (#1037862)
|
||||||
|
|
||||||
* Mon Nov 18 2013 Ondrej Vasik <ovasik@redhat.com> - 3.2-21
|
* Mon Nov 18 2013 Ondrej Vasik <ovasik@redhat.com> - 3.2-21
|
||||||
- add ownership for the /usr/lib/debug subdirs(#1031136)
|
- add ownership for the /usr/lib/debug subdirs(#1031136)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user