mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-15 16:03:51 +01:00
feat(profile): add xfce-terminal.
This commit is contained in:
parent
f4a66a3b8e
commit
257c872395
45
apparmor.d/groups/xfce/xfce-terminal
Normal file
45
apparmor.d/groups/xfce/xfce-terminal
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
# apparmor.d - Full set of apparmor profiles
|
||||||
|
# Copyright (C) 2024 Alexandre Pujol <alexandre@pujol.io>
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
|
||||||
|
abi <abi/3.0>,
|
||||||
|
|
||||||
|
include <tunables/global>
|
||||||
|
|
||||||
|
@{exec_path} = @{bin}/xfce4-terminal
|
||||||
|
profile xfce-terminal @{exec_path} {
|
||||||
|
include <abstractions/base>
|
||||||
|
include <abstractions/consoles>
|
||||||
|
include <abstractions/dconf-write>
|
||||||
|
include <abstractions/nameservice-strict>
|
||||||
|
include <abstractions/xfce>
|
||||||
|
|
||||||
|
@{exec_path} mr,
|
||||||
|
|
||||||
|
# The shell is not confined on purpose.
|
||||||
|
@{bin}/@{shells} rUx,
|
||||||
|
|
||||||
|
# Some CLI program can be launched directly from Gnome Shell
|
||||||
|
@{bin}/htop rPx,
|
||||||
|
@{bin}/micro rPUx,
|
||||||
|
@{bin}/nvtop rPx,
|
||||||
|
|
||||||
|
/usr/share/ r,
|
||||||
|
/usr/share/xfce4/ r,
|
||||||
|
/usr/share/xfce4/terminal/{,**} r,
|
||||||
|
|
||||||
|
/etc/fstab r,
|
||||||
|
/etc/xdg/ r,
|
||||||
|
/etc/xdg/xfce4/ r,
|
||||||
|
|
||||||
|
owner @{user_config_dirs}/xfce4/terminal/{,**} r,
|
||||||
|
|
||||||
|
owner /tmp/user/@{uid}/#@{int} rw,
|
||||||
|
|
||||||
|
@{PROC}/@{pid}/cgroup r,
|
||||||
|
owner @{PROC}/@{pid}/mountinfo r,
|
||||||
|
|
||||||
|
/dev/ptmx rw,
|
||||||
|
|
||||||
|
include if exists <local/xfce-terminal>
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user