apparmor.d/apparmor.d/profiles-g-l/hexchat

56 lines
1.3 KiB
Text

# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2018-2021 Mikhail Morfikov
# Copyright (C) 2021-2024 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/4.0>,
include <tunables/global>
@{exec_path} = @{bin}/hexchat
profile hexchat @{exec_path} {
include <abstractions/base>
include <abstractions/gtk>
include <abstractions/freedesktop.org>
include <abstractions/fonts>
include <abstractions/fontconfig-cache-read>
include <abstractions/enchant>
include <abstractions/user-download-strict>
include <abstractions/nameservice-strict>
include <abstractions/ssl_certs>
# For python/perl plugins
include <abstractions/python>
include <abstractions/perl>
network inet dgram,
network inet6 dgram,
network inet stream,
network inet6 stream,
network netlink raw,
@{exec_path} mr,
# Hexchat plugins
@{lib}/@{multiarch}/hexchat/** r,
@{lib}/@{multiarch}/hexchat/plugins/*.so mr,
# Hexchat home files
owner @{HOME}/ r,
owner @{user_config_dirs}/hexchat/ rw,
owner @{user_config_dirs}/hexchat/** rw,
owner @{PROC}/@{pid}/fd/ r,
owner @{PROC}/@{pid}/mountinfo r,
/etc/fstab r,
# External apps
@{lib}/firefox/firefox rPUx,
# file_inherit
owner /dev/tty@{int} rw,
include if exists <local/hexchat>
}
# vim:syntax=apparmor