mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00
abstractions/ubuntu-helpers: use Pixr instead of Pix in case we have an
interpreted file
This commit is contained in:
parent
77f37e84eb
commit
5151168071
1 changed files with 5 additions and 5 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue