We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6dd6dd commit d1552bcCopy full SHA for d1552bc
etc/profile-a-l/localsend_app.profile
@@ -8,7 +8,6 @@ include globals.local
8
9
blacklist /usr/libexec
10
11
-noblacklist ${HOME}/.config/autostart
12
noblacklist ${HOME}/.local/share/localsend_app
13
14
include disable-common.inc
@@ -20,9 +19,7 @@ include disable-programs.inc
20
19
include disable-shell.inc
21
include disable-xdg.inc
22
23
-mkdir ${HOME}/.config/autostart
24
mkdir ${HOME}/.local/share/localsend_app
25
-whitelist ${HOME}/.config/autostart
26
whitelist ${HOME}/.local/share/localsend_app
27
whitelist /usr/share/localsend_app
28
include whitelist-common.inc
@@ -62,7 +59,6 @@ dbus-user none
62
59
dbus-system none
63
60
64
61
read-only ${HOME}
65
-read-write ${HOME}/.config/autostart
66
read-write ${HOME}/.local/share/localsend_app
67
read-write ${DOWNLOADS}
68
restrict-namespaces
0 commit comments