mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-30 23:05:11 +01:00
feat(profile): all electron based software need userns.
This commit is contained in:
parent
87db46113c
commit
325068b705
4 changed files with 2 additions and 6 deletions
|
@ -6,6 +6,8 @@
|
|||
# This abstraction is for chromium based application. Chromium based browsers
|
||||
# need to use abstractions/chromium instead.
|
||||
|
||||
# userns,
|
||||
|
||||
# Only needed when kernel.unprivileged_userns_clone is set to "1"
|
||||
capability sys_admin,
|
||||
capability sys_chroot,
|
||||
|
|
|
@ -29,8 +29,6 @@ profile discord @{exec_path} {
|
|||
include <abstractions/thumbnails-cache-read>
|
||||
include <abstractions/chromium-common>
|
||||
|
||||
# userns,
|
||||
|
||||
signal (send) set=(kill, term) peer=@{profile_name}//lsb_release,
|
||||
|
||||
# Needed for Game Activity
|
||||
|
|
|
@ -19,8 +19,6 @@ profile element-desktop @{exec_path} {
|
|||
include <abstractions/ssl_certs>
|
||||
include <abstractions/video>
|
||||
|
||||
# userns,
|
||||
|
||||
capability sys_ptrace,
|
||||
|
||||
network inet dgram,
|
||||
|
|
|
@ -20,8 +20,6 @@ profile steam @{exec_path} flags=(attach_disconnected,mediate_deleted,complain)
|
|||
include <abstractions/nameservice-strict>
|
||||
include <abstractions/ssl_certs>
|
||||
|
||||
# userns,
|
||||
|
||||
capability sys_ptrace,
|
||||
|
||||
network inet dgram,
|
||||
|
|
Loading…
Reference in a new issue