mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
fixes
This commit is contained in:
parent
2a20b69c65
commit
fb92aa5716
2 changed files with 5 additions and 3 deletions
|
@ -39,10 +39,9 @@ profile calibre @{exec_path} {
|
|||
|
||||
capability sys_ptrace,
|
||||
|
||||
network inet,
|
||||
network inet6,
|
||||
network netlink raw,
|
||||
# also denies network mounts
|
||||
deny network inet,
|
||||
deny network inet6,
|
||||
|
||||
unix (send, receive) type=stream peer=(addr=none, label=xorg),
|
||||
unix (bind, listen) type=stream addr="@*-calibre-gui.socket",
|
||||
|
|
|
@ -5,6 +5,7 @@ acpid attach_disconnected,complain
|
|||
agetty complain
|
||||
anacron complain
|
||||
atd complain
|
||||
atril-previewer complain
|
||||
auditctl complain
|
||||
auditd attach_disconnected,complain
|
||||
augenrules complain
|
||||
|
@ -54,6 +55,8 @@ downloadhelper complain
|
|||
e2fsck complain
|
||||
etckeeper complain
|
||||
evince complain
|
||||
evince-previewer complain
|
||||
evince-thumbnailer complain
|
||||
fail2ban-client attach_disconnected,complain
|
||||
fail2ban-server attach_disconnected,complain
|
||||
fdisk complain
|
||||
|
|
Loading…
Reference in a new issue