50 lines
1.2 KiB
Text
50 lines
1.2 KiB
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2024 EricLin <ericlin050914@gmail.com>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
abi <abi/4.0>,
|
|
|
|
include <tunables/global>
|
|
|
|
@{name} = QQ
|
|
@{lib_dirs} = /opt/QQ/
|
|
@{config_dirs} = @{user_config_dirs}/@{name}
|
|
@{cache_dirs} = @{user_cache_dirs}/@{name}
|
|
|
|
@{exec_path} = @{bin}/linuxqq @{lib_dirs}/qq
|
|
profile linuxqq @{exec_path} flags=(attach_disconnected) {
|
|
include <abstractions/base>
|
|
include <abstractions/attached/consoles>
|
|
include <abstractions/audio-client>
|
|
include <abstractions/common/electron>
|
|
include <abstractions/fontconfig-cache-read>
|
|
|
|
network netlink raw,
|
|
network netlink dgram,
|
|
network inet stream,
|
|
network inet dgram,
|
|
network inet6 dgram,
|
|
network inet6 stream,
|
|
|
|
@{exec_path} mrix,
|
|
|
|
@{sh_path} r,
|
|
@{bin}/grep rix,
|
|
@{lib_dirs}/chrome_crashpad_handler ix,
|
|
@{lib_dirs}/resources/app/{,**} m,
|
|
@{open_path} rPx -> child-open-strict,
|
|
|
|
/etc/machine-id r,
|
|
|
|
@{att}/@{run}/systemd/inhibit/@{int}.ref rw,
|
|
@{run}/utmp r,
|
|
|
|
owner @{PROC}/@{pid}/loginuid r,
|
|
owner @{PROC}/@{pid}/mounts r,
|
|
|
|
/dev/tty rw,
|
|
|
|
include if exists <local/linuxqq>
|
|
}
|
|
|
|
# vim:syntax=apparmor
|