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.
27 lines
440 B
PHTML
27 lines
440 B
PHTML
10 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
|
||
|
|
||
9 months ago
|
# Data
|
||
|
whitelist /mnt/Data
|
||
|
read-only /mnt/Data
|
||
|
|
||
10 months ago
|
# Configurations
|
||
|
whitelist ${HOME}/.config/fontconfig
|
||
|
read-only ${HOME}/.config/fontconfig
|