mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 00:14:44 +01:00
always execute binaries under current profile
This commit is contained in:
parent
ef0d5b4cde
commit
790c795f90
1 changed files with 3 additions and 3 deletions
|
@ -17,9 +17,9 @@ profile tar /usr/bin/tar {
|
|||
file rwl /**,
|
||||
|
||||
# tar can be made to filter archives through an arbitrary program
|
||||
/{usr{/local,},}/{bin,sbin}/* Pix,
|
||||
/opt/** Pix,
|
||||
@{HOME}/bin/* Pix,
|
||||
/{usr{/local,},}/{bin,sbin}/* ix,
|
||||
/opt/** ix,
|
||||
@{HOME}/bin/* ix,
|
||||
|
||||
# tar can compress/extract files over rsh/ssh
|
||||
network stream,
|
||||
|
|
Loading…
Add table
Reference in a new issue