mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-12 05:05:11 +01:00
42 lines
No EOL
1.1 KiB
Text
42 lines
No EOL
1.1 KiB
Text
# 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} = @{bin}/file-roller
|
|
profile file-roller @{exec_path} {
|
|
include <abstractions/base>
|
|
include <abstractions/bus-accessibility>
|
|
include <abstractions/bus-session>
|
|
include <abstractions/dconf-write>
|
|
include <abstractions/desktop>
|
|
include <abstractions/nameservice-strict>
|
|
include <abstractions/user-download-strict>
|
|
include <abstractions/user-write>
|
|
|
|
# dbus: own bus=session name=org.gnome.ArchiveManager1
|
|
# dbus: own bus=session name=org.gnome.FileRoller
|
|
|
|
@{exec_path} mr,
|
|
|
|
# Archivers
|
|
@{bin}/7z rix,
|
|
@{bin}/ar rix,
|
|
@{bin}/bzip2 rix,
|
|
@{bin}/cpio rix,
|
|
@{bin}/gzip rix,
|
|
@{bin}/tar rix,
|
|
@{bin}/unrar-nonfree rix,
|
|
@{bin}/unzip rix,
|
|
@{bin}/xz rix,
|
|
@{bin}/zip rix,
|
|
@{bin}/zstd rix,
|
|
@{lib}/p7zip/7z rix,
|
|
|
|
@{open_path} rPx -> child-open,
|
|
|
|
include if exists <local/file-roller>
|
|
} |