Files
isolationRunner/rules/firefox.rules
tomFlowee f805e8f2ce Have app-specific rules
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.
2024-02-19 10:47:36 +01:00

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