always execute binaries under current profile

This commit is contained in:
Octavio Galland 2024-12-13 12:51:01 -03:00
parent ef0d5b4cde
commit 790c795f90

View file

@ -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,