[filesystem] - change the permissions of the /sys directory to 555 to match the kernel (#1037862)

Ondrej Vasik ovasik at fedoraproject.org
Wed Dec 4 13:27:19 UTC 2013


commit 8e678e869de349bd1026f8cd026cc02a70dc50ed
Author: Ondřej Vašík <ovasik at redhat.com>
Date:   Wed Dec 4 14:27:02 2013 +0100

    - change the permissions of the /sys directory to 555 to match the kernel (#1037862)

 filesystem.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/filesystem.spec b/filesystem.spec
index d16f7a6..2358d24 100644
--- a/filesystem.spec
+++ b/filesystem.spec
@@ -1,7 +1,7 @@
 Summary: The basic directory layout for a Linux system
 Name: filesystem
 Version: 3.2
-Release: 21%{?dist}
+Release: 22%{?dist}
 License: Public Domain
 URL: https://fedorahosted.org/filesystem
 Group: System Environment/Base
@@ -168,7 +168,7 @@ return 0
 /run
 /sbin
 /srv
-/sys
+%attr(555,root,root) /sys
 %attr(1777,root,root) /tmp
 %dir /usr
 %attr(555,root,root) /usr/bin
@@ -245,6 +245,10 @@ return 0
 /var/yp
 
 %changelog
+* Wed Dec 04 2013 Ondrej Vasik <ovasik at 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 at redhat.com> - 3.2-21
 - add ownership for the /usr/lib/debug subdirs(#1031136)
 


More information about the scm-commits mailing list