blob: ed8a4d653fc510ae8d8f58fa64ab60eaeeccac89 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
noblacklist ${HOME}/rtorrent
noblacklist ${HOME}/.rtorrent.rc
whitelist ${HOME}/rtorrent
whitelist ${HOME}/.rtorrent.rc
include disable-write-mnt.inc
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
# This breaks rtorrent on some graphics cards
# aruba radeon
env LD_PRELOAD=/usr/lib/libhardened_malloc.so
|