You've already forked isolationRunner
f805e8f2ce
This introduces the command execute-apprules which behaves like an 'include' as it recurses into the app specific file. If there is no app specific one, it will load the default.rules Notable too is that in an app specific rules file the usage of execute-apprules will always go to default.rules, to avoid copy / paste of rules.
7 lines
151 B
Plaintext
7 lines
151 B
Plaintext
# By default apps have access to the users data,
|
|
# under the 'shared' directory.
|
|
|
|
if allowed homedir
|
|
bind $HOME/Downloads $APPHOME/Downloads
|
|
endif
|