mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 17:08:09 +01:00
feat(fsp): update the default profile.
Note: it is still not usable.
This commit is contained in:
parent
3a7b9a2c4e
commit
1f8507548f
1 changed files with 2 additions and 5 deletions
|
@ -11,8 +11,7 @@ include <tunables/global>
|
|||
@{exec_path} = /**
|
||||
profile default @{exec_path} flags=(attach_disconnected,mediate_deleted) {
|
||||
include <abstractions/base>
|
||||
include <abstractions/audio>
|
||||
include <abstractions/bash>
|
||||
include <abstractions/audio-client>
|
||||
include <abstractions/consoles>
|
||||
include <abstractions/dbus-session>
|
||||
include <abstractions/dconf-write>
|
||||
|
@ -21,9 +20,9 @@ profile default @{exec_path} flags=(attach_disconnected,mediate_deleted) {
|
|||
include <abstractions/graphics>
|
||||
include <abstractions/nameservice-strict>
|
||||
include <abstractions/p11-kit>
|
||||
include <abstractions/shells>
|
||||
include <abstractions/ssl_certs>
|
||||
include <abstractions/video>
|
||||
include <abstractions/zsh>
|
||||
|
||||
capability dac_override,
|
||||
capability dac_read_search,
|
||||
|
@ -77,7 +76,6 @@ profile default @{exec_path} flags=(attach_disconnected,mediate_deleted) {
|
|||
|
||||
owner @{run}/user/@{uid}/{,**} rw,
|
||||
|
||||
@{run}/systemd/userdb/ r,
|
||||
@{run}/motd.dynamic.new rw,
|
||||
|
||||
@{run}/udev/data/+input:input@{int} r, # for mouse, keyboard, touchpad
|
||||
|
@ -102,7 +100,6 @@ profile default @{exec_path} flags=(attach_disconnected,mediate_deleted) {
|
|||
|
||||
@{PROC}/cmdline r,
|
||||
@{PROC}/sys/kernel/core_pattern r,
|
||||
@{PROC}/sys/kernel/random/boot_id r,
|
||||
@{PROC}/sys/kernel/seccomp/actions_avail r,
|
||||
@{PROC}/zoneinfo r,
|
||||
owner @{PROC}/@{pid}/cgroup r,
|
||||
|
|
Loading…
Reference in a new issue