mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
feat(profile): add some new profile (2).
This commit is contained in:
parent
fe1e3c3be8
commit
1842f8a4d5
21
apparmor.d/profiles-a-f/console-setup
Normal file
21
apparmor.d/profiles-a-f/console-setup
Normal file
@ -0,0 +1,21 @@
|
||||
# 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}/console-setup/console-setup.sh
|
||||
profile console-setup @{exec_path} {
|
||||
include <abstractions/base>
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
@{bin}/uname rPx,
|
||||
@{bin}/mkdir rix,
|
||||
|
||||
@{run}/console-setup/boot_completed w,
|
||||
|
||||
include if exists <local/console-setup>
|
||||
}
|
43
apparmor.d/profiles-a-f/fractal
Normal file
43
apparmor.d/profiles-a-f/fractal
Normal file
@ -0,0 +1,43 @@
|
||||
# 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}/fractal
|
||||
profile fractal @{exec_path} flags=(attach_disconnected) {
|
||||
include <abstractions/base>
|
||||
include <abstractions/audio-client>
|
||||
include <abstractions/common/gnome>
|
||||
include <abstractions/gstreamer>
|
||||
include <abstractions/nameservice-strict>
|
||||
include <abstractions/ssl_certs>
|
||||
|
||||
network inet dgram,
|
||||
network inet stream,
|
||||
network inet6 dgram,
|
||||
network inet6 stream,
|
||||
network netlink raw,
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
owner @{tmp}/.@{rand6} rw,
|
||||
owner @{tmp}/.goutputstream-@{rand6} rw,
|
||||
owner @{tmp}/@{rand6} rw,
|
||||
|
||||
@{sys}/fs/cgroup/user.slice/cpu.max r,
|
||||
@{sys}/fs/cgroup/user.slice/user-@{uid}.slice/cpu.max r,
|
||||
@{sys}/fs/cgroup/user.slice/user-@{uid}.slice/user@@{uid}.service/cpu.max r,
|
||||
owner @{sys}/fs/cgroup/user.slice/user-@{uid}.slice/user@@{uid}.service/app.slice/cpu.max r,
|
||||
|
||||
@{PROC}/sys/net/ipv6/conf/all/disable_ipv6 r,
|
||||
owner @{PROC}/@{pid}/cgroup r,
|
||||
owner @{PROC}/@{pid}/mountinfo r,
|
||||
owner @{PROC}/@{pid}/task/@{tid}/comm rw,
|
||||
|
||||
/dev/ r,
|
||||
|
||||
include if exists <local/fractal>
|
||||
}
|
30
apparmor.d/profiles-g-l/issue-generator
Normal file
30
apparmor.d/profiles-g-l/issue-generator
Normal file
@ -0,0 +1,30 @@
|
||||
# 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}/issue-generator
|
||||
profile issue-generator @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/nameservice-strict>
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
@{bin}/basename rix,
|
||||
@{bin}/cat rix,
|
||||
@{bin}/cmp rix,
|
||||
@{bin}/mktemp rix,
|
||||
@{bin}/rm rix,
|
||||
@{bin}/sort rix,
|
||||
|
||||
/etc/issue.d/{,**} r,
|
||||
|
||||
@{run}/issue r,
|
||||
@{run}/issue.@{rand10} rw,
|
||||
@{run}/issue.d/{,**} r,
|
||||
|
||||
include if exists <local/issue-generator>
|
||||
}
|
90
apparmor.d/profiles-g-l/libreoffice
Normal file
90
apparmor.d/profiles-g-l/libreoffice
Normal file
@ -0,0 +1,90 @@
|
||||
# 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}/libreoffice @{bin}/soffice
|
||||
@{exec_path} += @{lib}/libreoffice/program/soffice
|
||||
profile libreoffice @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/bus-session>
|
||||
include <abstractions/dconf-write>
|
||||
include <abstractions/desktop>
|
||||
include <abstractions/nameservice-strict>
|
||||
include <abstractions/ssl_certs>
|
||||
include <abstractions/user-read-strict>
|
||||
include <abstractions/user-write-strict>
|
||||
|
||||
network inet dgram,
|
||||
network inet6 dgram,
|
||||
network inet stream,
|
||||
network inet6 stream,
|
||||
network netlink raw,
|
||||
|
||||
#aa:dbus own bus=session name=org.libreoffice.LibreOfficeIpc0
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
@{sh_path} rix,
|
||||
@{bin}/basename rix,
|
||||
@{bin}/dirname rix,
|
||||
@{bin}/grep rix,
|
||||
@{bin}/ls rix,
|
||||
@{bin}/paperconf rix,
|
||||
@{bin}/sed rix,
|
||||
@{bin}/uname rix,
|
||||
|
||||
@{open_path} rpx -> child-open-browsers,
|
||||
|
||||
@{bin}/gpgconf rPx,
|
||||
@{bin}/gpgsm rPx,
|
||||
@{bin}/gpg rPx,
|
||||
|
||||
@{lib}/libreoffice/program/javaldx rix,
|
||||
@{lib}/libreoffice/program/oosplash rix,
|
||||
@{lib}/libreoffice/program/soffice.bin rix,
|
||||
@{lib}/jvm/java*/bin/java rix,
|
||||
@{lib}/jvm/java*/lib/** rm,
|
||||
|
||||
@{lib}/libreoffice/share/uno_packages/cache/stamp.sys w,
|
||||
@{lib}/libreoffice/{,**} rm,
|
||||
|
||||
/usr/share/libexttextcat/{,**} r,
|
||||
/usr/share/liblangtag/{,**} r,
|
||||
|
||||
/etc/java-openjdk/{,**} r,
|
||||
/etc/libreoffice/{,**} r,
|
||||
/etc/paperspecs r,
|
||||
|
||||
owner @{user_config_dirs}/libreoffice/ rw,
|
||||
owner @{user_config_dirs}/libreoffice/** rwk,
|
||||
|
||||
owner @{tmp}/@{rand6} rwk,
|
||||
owner @{tmp}/*.tmp/{,**} rwk,
|
||||
owner @{tmp}/OSL_PIPE_@{uid}_SingleOfficeIPC_@{hex} w,
|
||||
owner @{tmp}/.java_pid@{int}{,.tmp} rw,
|
||||
owner @{tmp}/hsperfdata_@{user}/ rw,
|
||||
owner @{tmp}/hsperfdata_@{user}/@{int} rwk,
|
||||
|
||||
@{sys}/devices/system/cpu/cpu@{int}/microcode/version r,
|
||||
@{sys}/devices/virtual/block/**/queue/rotational r,
|
||||
@{sys}/kernel/mm/hugepages/ r,
|
||||
@{sys}/kernel/mm/transparent_hugepage/enabled r,
|
||||
@{sys}/kernel/mm/transparent_hugepage/shmem_enabled r,
|
||||
owner @{sys}/fs/cgroup/user.slice/user-@{int}.slice/user@@{int}.service/app.slice/**/memory.max r,
|
||||
|
||||
@{PROC}/cgroups r,
|
||||
owner @{PROC}/@{pid}/cgroup r,
|
||||
owner @{PROC}/@{pid}/coredump_filter rw,
|
||||
owner @{PROC}/@{pid}/mountinfo r,
|
||||
|
||||
/dev/tty rw,
|
||||
|
||||
deny owner @{HOME}/.thunderbird/** rwk,
|
||||
deny owner @{HOME}/.mozilla/** rwk,
|
||||
|
||||
include if exists <local/libreoffice>
|
||||
}
|
22
apparmor.d/profiles-m-r/mullvad-setup
Normal file
22
apparmor.d/profiles-m-r/mullvad-setup
Normal file
@ -0,0 +1,22 @@
|
||||
# apparmor.d - Full set of apparmor profiles
|
||||
# Copyright (C) 2022-2024 Alexandre Pujol <alexandre@pujol.io>
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
abi <abi/3.0>,
|
||||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = /opt/Mullvad*/resources/mullvad-setup
|
||||
profile mullvad-setup @{exec_path} {
|
||||
include <abstractions/base>
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
owner @{PROC}/@{pid}/cgroup r,
|
||||
|
||||
# File Inherit
|
||||
deny network inet stream,
|
||||
deny network inet6 stream,
|
||||
|
||||
include if exists <local/mullvad-setup>
|
||||
}
|
@ -117,6 +117,7 @@ flatpak-session-helper attach_disconnected,complain
|
||||
flatpak-system-helper complain
|
||||
flatpak-validate-icon complain
|
||||
foliate attach_disconnected,complain
|
||||
fractal attach_disconnected,complain
|
||||
fuse-overlayfs complain
|
||||
fusermount complain
|
||||
gcr-ssh-agent complain
|
||||
|
Loading…
Reference in New Issue
Block a user