From 9c689156b972088e04eb09d2ff4c257b98b2cef6 Mon Sep 17 00:00:00 2001 From: Sven Vermeulen Date: Fri, 18 May 2012 18:32:04 +0000 Subject: Adding /sys/fs/selinux to the SANDBOX_WRITE variable for SELinux profiles --- profiles/features/ChangeLog | 5 ++++- profiles/features/selinux/profile.bashrc | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'profiles') 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; selinux/profile.bashrc: + Adding /sys/fs/selinux to SANDBOX_WRITE for SELinux profiles 16 May 2012; 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/" -- cgit v1.2.3-65-gdbad