Accepting request 145499 from security:SELinux

- update selinux-ready script
  * use -L when stat()ing /etc/selinux/config
  * make sure that SELINUX isn't disabled in /etc/selinux/config
  * look for either of /sys/fs/selinux and /selinux directory
  * use systemctl to check for restorecond
  * don't look for booleans file (deprecated) (forwarded request 145303 from vitezslav_cizek)

OBS-URL: https://build.opensuse.org/request/show/145499
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libselinux?expand=0&rev=33
This commit is contained in:
Stephan Kulow
2012-12-17 08:34:47 +00:00
committed by Git OBS Bridge
parent c103ffa55b
commit 6063f618e5
2 changed files with 42 additions and 31 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Dec 11 16:15:52 UTC 2012 - vcizek@suse.com
- update selinux-ready script
* use -L when stat()ing /etc/selinux/config
* make sure that SELINUX isn't disabled in /etc/selinux/config
* look for either of /sys/fs/selinux and /selinux directory
* use systemctl to check for restorecond
* don't look for booleans file (deprecated)
-------------------------------------------------------------------
Tue Nov 27 12:38:29 UTC 2012 - vcizek@suse.com