mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 01:57:43 +00:00
restrict networking to localhost
This commit is contained in:
parent
38399e7720
commit
c9cfbb4668
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user