# apparmor.d - Full set of apparmor profiles # Copyright (C) 2018-2021 Mikhail Morfikov # SPDX-License-Identifier: GPL-2.0-only abi , include @{exec_path} = @{bin}/hexchat profile hexchat @{exec_path} { include include include include include include include include include include # For python/perl plugins include include 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 }