abstractions/ubuntu-helpers: use Pixr instead of Pix in case we have an

interpreted file
This commit is contained in:
Jamie Strandboge 2012-01-24 09:00:32 -06:00
parent 77f37e84eb
commit 5151168071

View file

@ -40,13 +40,13 @@ profile sanitized_helper {
# Allow exec of anything, but under this profile. Allow transition
# to other profiles if they exist.
/bin/* Pix,
/sbin/* Pix,
/usr/bin/* Pix,
/usr/sbin/* Pix,
/bin/* Pixr,
/sbin/* Pixr,
/usr/bin/* Pixr,
/usr/sbin/* Pixr,
# Allow exec of libexec applications in /usr/lib*
/usr/lib*/{,**/}* Pix,
/usr/lib*/{,**/}* Pixr,
# Full access
/ r,