You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
832 B
31 lines
832 B
#include <tunables/global>
|
|
|
|
/usr/bin/hexchat {
|
|
#include <abstractions/gnome>
|
|
#include <abstractions/openssl>
|
|
#include <abstractions/ubuntu-browsers.d/plugins-common>
|
|
|
|
network netlink raw,
|
|
network tcp,
|
|
network udp,
|
|
|
|
/etc/resolv.conf r,
|
|
/etc/host.conf r,
|
|
/etc/nsswitch.conf r,
|
|
/etc/passwd r,
|
|
|
|
/etc/ca-certificates/extracted/tls-ca-bundle.pem r,
|
|
/usr/bin/hexchat mr,
|
|
|
|
owner @{HOME}/.config/hexchat/addon_checksum.conf r,
|
|
owner @{HOME}/.config/hexchat/colors.conf r,
|
|
owner @{HOME}/.config/hexchat/hexchat.conf rw,
|
|
owner @{HOME}/.config/hexchat/hexchat.conf.new rw,
|
|
owner @{HOME}/.config/hexchat/ignore.conf r,
|
|
owner @{HOME}/.config/hexchat/notify.conf r,
|
|
owner @{HOME}/.config/hexchat/servlist.conf rw,
|
|
owner @{HOME}/.config/hexchat/sound.conf r,
|
|
owner @{HOME}/.config/hexchat/logs/*/* rw,
|
|
|
|
}
|