feat(profile): add some new profile.
This commit is contained in:
parent
239d5efe63
commit
fe1e3c3be8
10 changed files with 264 additions and 0 deletions
26
apparmor.d/groups/gnome/gnome-text-editor
Normal file
26
apparmor.d/groups/gnome/gnome-text-editor
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# 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}/gnome-text-editor
|
||||
profile gnome-text-editor @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/bus/org.freedesktop.FileManager1>
|
||||
include <abstractions/common/gnome>
|
||||
include <abstractions/user-read-strict>
|
||||
include <abstractions/user-write-strict>
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
owner @{user_share_dirs}/org.gnome.TextEditor/{,**} rw,
|
||||
|
||||
owner @{PROC}/@{pid}/mountinfo r,
|
||||
|
||||
deny @{user_share_dirs}/gvfs-metadata/* r,
|
||||
|
||||
include if exists <local/gnome-text-editor>
|
||||
}
|
||||
20
apparmor.d/groups/gnome/tracker-writeback
Normal file
20
apparmor.d/groups/gnome/tracker-writeback
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# 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} = @{lib}/tracker-writeback
|
||||
profile tracker-writeback @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/bus-session>
|
||||
include <abstractions/gnome-strict>
|
||||
|
||||
#aa:dbus own bus=session name=org.freedesktop.Tracker3.Writeback
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
include if exists <local/tracker-writeback>
|
||||
}
|
||||
16
apparmor.d/groups/gvfs/gvfsd-wsdd
Normal file
16
apparmor.d/groups/gvfs/gvfsd-wsdd
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# 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} = @{lib}/{,gvfs/}gvfsd-wsdd
|
||||
profile gvfsd-wsdd @{exec_path} {
|
||||
include <abstractions/base>
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
include if exists <local/gvfsd-wsdd>
|
||||
}
|
||||
20
apparmor.d/groups/network/nm-priv-helper
Normal file
20
apparmor.d/groups/network/nm-priv-helper
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# 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}/nm-priv-helper
|
||||
profile nm-priv-helper @{exec_path} {
|
||||
include <abstractions/base>
|
||||
|
||||
capability dac_override,
|
||||
|
||||
#aa:dbus own bus=system name=org.freedesktop.nm_priv_helper
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
include if exists <local/nm-priv-helper>
|
||||
}
|
||||
21
apparmor.d/groups/systemd/systemd-network-generator
Normal file
21
apparmor.d/groups/systemd/systemd-network-generator
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# apparmor.d - Full set of apparmor profiles
|
||||
# Copyright (C) 2021 Alexandre Pujol <alexandre@pujol.io>
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
abi <abi/3.0>,
|
||||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = @{lib}/systemd/systemd-network-generator
|
||||
profile systemd-network-generator @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/common/systemd>
|
||||
|
||||
capability net_admin,
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
owner @{run}/systemd/network/{,**} rw,
|
||||
|
||||
include if exists <local/systemd-network-generator>
|
||||
}
|
||||
36
apparmor.d/profiles-a-f/alacarte
Normal file
36
apparmor.d/profiles-a-f/alacarte
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
# 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}/alacarte
|
||||
profile alacarte @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/dconf-write>
|
||||
include <abstractions/desktop>
|
||||
include <abstractions/python>
|
||||
|
||||
@{exec_path} mr,
|
||||
@{bin}/python3.@{int} rix,
|
||||
|
||||
@{lib}/python3.@{int}/site-packages/Alacarte/{,**/}__pycache__/*.cpython-@{int}.*.pyc.@{int} w,
|
||||
|
||||
/usr/share/alacarte/{,**} r,
|
||||
/usr/share/desktop-directories/{,**} r,
|
||||
|
||||
/etc/xdg/menus/{,**} r,
|
||||
|
||||
owner @{user_config_dirs}/menus/{,**} r,
|
||||
|
||||
owner @{user_share_dirs}/applications/{,**} rw,
|
||||
owner @{user_share_dirs}/desktop-directories/{,**} r,
|
||||
|
||||
owner @{tmp}/gdkpixbuf-xpm-tmp.@{rand6} rw,
|
||||
|
||||
owner @{PROC}/@{pid}/mounts r,
|
||||
|
||||
include if exists <local/alacarte>
|
||||
}
|
||||
32
apparmor.d/profiles-a-f/at
Normal file
32
apparmor.d/profiles-a-f/at
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
# 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}/at @{bin}/atq @{bin}/atrm @{bin}/batch
|
||||
profile at @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/consoles>
|
||||
include <abstractions/nameservice-strict>
|
||||
|
||||
capability fsetid,
|
||||
|
||||
signal (send) set=(hup) peer=atd,
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
/etc/at.deny r,
|
||||
/etc/at.allow r,
|
||||
|
||||
/var/spool/cron/atjobs/{,*} rwk,
|
||||
/var/spool/cron/atspool/{,*} rwk,
|
||||
|
||||
@{run}/atd.pid r,
|
||||
|
||||
@{PROC}/@{pid}/loginuid r,
|
||||
|
||||
include if exists <local/at>
|
||||
}
|
||||
63
apparmor.d/profiles-m-r/metadata-cleaner
Normal file
63
apparmor.d/profiles-m-r/metadata-cleaner
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
# 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}/metadata-cleaner
|
||||
profile metadata-cleaner @{exec_path} flags=(attach_disconnected) {
|
||||
include <abstractions/base>
|
||||
include <abstractions/dconf-write>
|
||||
include <abstractions/desktop>
|
||||
include <abstractions/graphics>
|
||||
include <abstractions/nameservice-strict>
|
||||
include <abstractions/python>
|
||||
include <abstractions/user-read-strict>
|
||||
include <abstractions/user-write-strict>
|
||||
|
||||
@{exec_path} mr,
|
||||
@{bin}/python3.@{int} rix,
|
||||
|
||||
@{bin}/bwrap rCx -> bwrap,
|
||||
@{open_path} rPx -> child-open-help,
|
||||
|
||||
/usr/share/metadata-cleaner/{,**} r,
|
||||
/usr/share/metadata-cleaner/src/metadatacleaner/{,*/}__pycache__/ w,
|
||||
|
||||
/usr/share/poppler/{,**} r,
|
||||
|
||||
/etc/httpd/conf/mime.types r,
|
||||
/etc/mime.types r,
|
||||
|
||||
owner @{tmp}/@{hex64}.png r,
|
||||
owner @{tmp}/@{hex64}.png w,
|
||||
owner @{tmp}/@{rand8} rw,
|
||||
owner @{tmp}/tmp@{rand4}_*/{,**} rw,
|
||||
owner @{tmp}/tmp@{rand8}/{,**} rw,
|
||||
|
||||
@{run}/mount/utab r,
|
||||
|
||||
owner @{PROC}/@{pid}/cmdline r,
|
||||
owner @{PROC}/@{pid}/mounts r,
|
||||
owner @{PROC}/@{pid}/mountinfo r,
|
||||
|
||||
deny owner @{user_share_dirs}/gvfs-metadata/* r,
|
||||
deny owner @{user_cache_dirs}/thumbnails/** r,
|
||||
|
||||
profile bwrap flags=(attach_disconnected) {
|
||||
include <abstractions/base>
|
||||
include <abstractions/common/bwrap>
|
||||
include <abstractions/perl>
|
||||
|
||||
signal (receive) set=(kill) peer=metadata-cleaner,
|
||||
|
||||
@{bin}/bwrap mr,
|
||||
@{bin}/vendor_perl/exiftool rix,
|
||||
|
||||
include if exists <local/metadata-cleaner_bwrap>
|
||||
}
|
||||
|
||||
include if exists <local/metadata-cleaner>
|
||||
}
|
||||
20
apparmor.d/profiles-s-z/switcherooctl
Normal file
20
apparmor.d/profiles-s-z/switcherooctl
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# 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}/switcherooctl
|
||||
profile switcherooctl @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/bus-system>
|
||||
include <abstractions/python>
|
||||
|
||||
#aa:dbus own bus=system name=net.hadess.SwitcherooControl
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
include if exists <local/switcherooctl>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue