2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-22 10:07:12 +00:00

restrict networking to localhost

This commit is contained in:
Octavio Galland 2025-02-03 16:33:13 -03:00
parent 38399e7720
commit c9cfbb4668

View File

@ -28,7 +28,8 @@ profile tar /usr/bin/tar {
/opt/** ix,
# tar can compress/extract files over rsh/ssh
network stream,
network stream ip=127.0.0.1,
network stream ip=::1,
# Site-specific additions and overrides. See local/README for details.
include if exists <local/tar>