You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
391 B
PHTML
23 lines
391 B
PHTML
9 months ago
|
include ro-common.local
|
||
|
|
||
|
# User files
|
||
|
|
||
|
whitelist ${HOME}/Pictures
|
||
|
read-only ${HOME}/Pictures
|
||
|
|
||
|
whitelist ${HOME}/Videos
|
||
|
read-only ${HOME}/Videos
|
||
|
|
||
|
whitelist ${HOME}/Documents
|
||
|
read-only ${HOME}/Documents
|
||
|
|
||
|
whitelist ${HOME}/Music
|
||
|
read-only ${HOME}/Music
|
||
|
|
||
|
whitelist ${HOME}/Phone
|
||
|
read-only ${HOME}/Phone
|
||
|
|
||
|
# Configurations
|
||
|
whitelist ${HOME}/.config/fontconfig
|
||
|
read-only ${HOME}/.config/fontconfig
|