feat(profile): add some new profile (2).
This commit is contained in:
parent
fe1e3c3be8
commit
1842f8a4d5
6 changed files with 207 additions and 0 deletions
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>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue