diff options
author | Sven Vermeulen <sven.vermeulen@siphos.be> | 2012-05-07 22:19:37 +0200 |
---|---|---|
committer | Sven Vermeulen <sven.vermeulen@siphos.be> | 2012-05-07 22:19:37 +0200 |
commit | 5bf12e1f1542705b8818514f62aa0474764b5739 (patch) | |
tree | e24016cb141da571e1ae24577f7afe9413df399c | |
parent | Reverting change from /sys/fs/selinux to /selinux, need it until Portage is s... (diff) | |
download | hardened-docs-5bf12e1f1542705b8818514f62aa0474764b5739.tar.gz hardened-docs-5bf12e1f1542705b8818514f62aa0474764b5739.tar.bz2 hardened-docs-5bf12e1f1542705b8818514f62aa0474764b5739.zip |
Adding back in sandbox fix, still needed, even with /selinux
-rw-r--r-- | xml/selinux/hb-using-install.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xml/selinux/hb-using-install.xml b/xml/selinux/hb-using-install.xml index 2ecf08c..672f11d 100644 --- a/xml/selinux/hb-using-install.xml +++ b/xml/selinux/hb-using-install.xml @@ -287,6 +287,12 @@ tools or configurations that apply. <!-- TODO When portage fix is stabilized, convert docs to /sys/fs/selinux --> + <li> + Edit <path>/etc/sandbox.conf</path> and add in + <c>SANDBOX_WRITE="/sys/fs/selinux/context"</c>. This is temporarily needed + until the necessary fix (included in Portage but not stable yet) is + available. + </li> </ul> </body> |