mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-12 05:05:11 +01:00
91 lines
2.1 KiB
Text
91 lines
2.1 KiB
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2021 Mikhail Morfikov
|
|
# Copyright (C) 2023-2024 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
abi <abi/3.0>,
|
|
|
|
include <tunables/global>
|
|
|
|
@{exec_path} = @{bin}/hypnotix
|
|
@{exec_path} += @{lib}/hypnotix/hypnotix.py
|
|
profile hypnotix @{exec_path} {
|
|
include <abstractions/base>
|
|
include <abstractions/audio-client>
|
|
include <abstractions/dconf-write>
|
|
include <abstractions/desktop>
|
|
include <abstractions/fontconfig-cache-read>
|
|
include <abstractions/graphics>
|
|
include <abstractions/nameservice-strict>
|
|
include <abstractions/openssl>
|
|
include <abstractions/python>
|
|
include <abstractions/ssl_certs>
|
|
include <abstractions/user-download-strict>
|
|
|
|
signal (send) set=(term, kill) peer=youtube-dl,
|
|
signal (send) set=(term, kill) peer=yt-dlp,
|
|
|
|
network inet dgram,
|
|
network inet6 dgram,
|
|
network inet stream,
|
|
network inet6 stream,
|
|
network netlink raw,
|
|
|
|
@{exec_path} rix,
|
|
@{bin}/python3.@{int} r,
|
|
|
|
@{sh_path} rix,
|
|
@{bin}/ldconfig rix,
|
|
@{bin}/mkdir rix,
|
|
|
|
@{bin}/xdg-screensaver rCx -> xdg-screensaver,
|
|
|
|
@{bin}/youtube-dl rPUx,
|
|
@{bin}/yt-dlp rPUx,
|
|
@{lib}/firefox/firefox rPx,
|
|
|
|
/usr/share/hypnotix/{,**} r,
|
|
|
|
/etc/machine-id r,
|
|
/etc/vdpau_wrapper.cfg r,
|
|
/var/lib/dbus/machine-id r,
|
|
|
|
owner @{HOME}/.hypnotix/ rw,
|
|
owner @{HOME}/.hypnotix/** rw,
|
|
|
|
owner @{user_music_dirs}/** r,
|
|
|
|
owner @{PROC}/@{pid}/fd/ r,
|
|
owner @{PROC}/@{pid}/mounts r,
|
|
owner @{PROC}/@{pid}/cmdline r,
|
|
|
|
/dev/ r,
|
|
|
|
# Silencer
|
|
deny @{lib}/hypnotix/** w,
|
|
|
|
profile xdg-screensaver {
|
|
include <abstractions/base>
|
|
include <abstractions/consoles>
|
|
|
|
@{bin}/xdg-screensaver mr,
|
|
|
|
@{sh_path} rix,
|
|
@{bin}/mv rix,
|
|
@{bin}/{,e}grep rix,
|
|
@{bin}/sed rix,
|
|
@{bin}/which{,.debianutils} rix,
|
|
@{bin}/xset rix,
|
|
@{bin}/xautolock rix,
|
|
@{bin}/dbus-send rix,
|
|
|
|
owner @{HOME}/.Xauthority r,
|
|
|
|
# file_inherit
|
|
/dev/dri/card@{int} rw,
|
|
network inet stream,
|
|
network inet6 stream,
|
|
}
|
|
|
|
include if exists <local/hypnotix>
|
|
}
|