Commit 6b0f973f by Ned Batchelder

We can change AppArmor to not grant access to all of /tmp, and virtualenvs don't…

We can change AppArmor to not grant access to all of /tmp, and virtualenvs don't need the system Python libraries.
parent dd6124fc
......@@ -78,10 +78,9 @@ but with slashes changed to dots::
<SANDENV>/** mr,
<MITX>/common/lib/sandbox-packages/** r,
/usr/local/lib/python2.7/** r,
/usr/lib/python2.7/** rix,
/tmp/** rix,
/tmp/codejail-*/ rix,
/tmp/codejail-*/** rix,
}
6. Parse the profiles::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment