diff options
author | Sven Vermeulen <swift@gentoo.org> | 2012-05-18 18:32:04 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2012-05-18 18:32:04 +0000 |
commit | 9c689156b972088e04eb09d2ff4c257b98b2cef6 (patch) | |
tree | 06bf6033bebf1b660cdb3743b39497bbda7a0e63 /profiles | |
parent | keyword ~amd64-fbsd (diff) | |
download | gentoo-2-9c689156b972088e04eb09d2ff4c257b98b2cef6.tar.gz gentoo-2-9c689156b972088e04eb09d2ff4c257b98b2cef6.tar.bz2 gentoo-2-9c689156b972088e04eb09d2ff4c257b98b2cef6.zip |
Adding /sys/fs/selinux to the SANDBOX_WRITE variable for SELinux profiles
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/features/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/features/selinux/profile.bashrc | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/profiles/features/ChangeLog b/profiles/features/ChangeLog index 57861c3e2799..9b3680ce1061 100644 --- a/profiles/features/ChangeLog +++ b/profiles/features/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/AMD64 profile directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/ChangeLog,v 1.36 2012/05/16 21:03:04 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/features/ChangeLog,v 1.37 2012/05/18 18:32:04 swift Exp $ + + 18 May 2012; <swift@gentoo.org> selinux/profile.bashrc: + Adding /sys/fs/selinux to SANDBOX_WRITE for SELinux profiles 16 May 2012; <swift@gentoo.org> selinux/package.mask: Removing unmask for packages slated to be removed (cfr #415729) diff --git a/profiles/features/selinux/profile.bashrc b/profiles/features/selinux/profile.bashrc index f3cc3c24919f..d28d6c3dfae3 100644 --- a/profiles/features/selinux/profile.bashrc +++ b/profiles/features/selinux/profile.bashrc @@ -1,5 +1,5 @@ # SELinux-aware progams write to entries here -SANDBOX_WRITE="${SANDBOX_WRITE}:/selinux/" +SANDBOX_WRITE="${SANDBOX_WRITE}:/selinux/:/sys/fs/selinux/" # for setfscreatecon SANDBOX_WRITE="${SANDBOX_WRITE}:/proc/self/" |