2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 14:25:52 +00:00

allow networking

This commit is contained in:
Octavio Galland
2024-12-13 12:45:00 -03:00
parent 667816fe43
commit ef0d5b4cde

View File

@@ -21,6 +21,9 @@ profile tar /usr/bin/tar {
/opt/** Pix,
@{HOME}/bin/* Pix,
# tar can compress/extract files over rsh/ssh
network stream,
# used to extract user files as root
capability chown,