diff options
Diffstat (limited to 'profiles/rtorrent.local')
-rw-r--r-- | profiles/rtorrent.local | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/profiles/rtorrent.local b/profiles/rtorrent.local new file mode 100644 index 0000000..5bbc634 --- /dev/null +++ b/profiles/rtorrent.local @@ -0,0 +1,24 @@ +noblacklist ${HOME}/rtorrent +noblacklist ${HOME}/.rtorrent.rc +whitelist ${HOME}/rtorrent +whitelist ${HOME}/.rtorrent.rc + +include disable-xdg.inc + +ipc-namespace +no3d +noautopulse +nogroups +tracelog + +disable-mnt +private-bin rtorrent,mkdir,mv +private-etc ca-certificates,machine-id,passwd,resolv.conf,ssl,xdg + +memory-deny-write-execute + +dbus-user none +dbus-system none + +# # Use with hardened-malloc package +env LD_PRELOAD=/usr/lib/libhardened_malloc.so |