Skip to content

Commit

Permalink
Revert allow/deny additional files
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred-Barclay committed Jul 28, 2021
1 parent f591e8e commit 2e4d52e
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 38 deletions.
8 changes: 4 additions & 4 deletions etc/profile-a-l/lifeograph.profile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ include lifeograph.local
# Persistent global definitions
include globals.local

nodeny ${DOCUMENTS}
noblacklist ${DOCUMENTS}

deny /usr/libexec
blacklist /usr/libexec

include disable-common.inc
include disable-devel.inc
Expand All @@ -19,8 +19,8 @@ include disable-programs.inc
include disable-shell.inc
include disable-xdg.inc

allow ${DOCUMENTS}
allow /usr/share/lifeograph
whitelist ${DOCUMENTS}
whitelist /usr/share/lifeograph
include whitelist-common.inc
include whitelist-runuser-common.inc
include whitelist-usr-share-common.inc
Expand Down
10 changes: 5 additions & 5 deletions etc/profile-m-z/io.github.lainsce.Notejot.profile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ include io.github.lainsce.Notejot.local
# Persistent global definitions
include globals.local

nodeny ${HOME}/.cache/io.github.lainsce.Notejot
nodeny ${HOME}/.local/share/io.github.lainsce.Notejot
noblacklist ${HOME}/.cache/io.github.lainsce.Notejot
noblacklist ${HOME}/.local/share/io.github.lainsce.Notejot

include disable-common.inc
include disable-devel.inc
Expand All @@ -20,9 +20,9 @@ include disable-xdg.inc

mkdir ${HOME}/.cache/io.github.lainsce.Notejot
mkdir ${HOME}/.local/share/io.github.lainsce.Notejot
allow ${HOME}/.cache/io.github.lainsce.Notejot
allow ${HOME}/.local/share/io.github.lainsce.Notejot
allow /usr/libexec/webkit2gtk-4.0
whitelist ${HOME}/.cache/io.github.lainsce.Notejot
whitelist ${HOME}/.local/share/io.github.lainsce.Notejot
whitelist /usr/libexec/webkit2gtk-4.0
include whitelist-common.inc
include whitelist-runuser-common.inc
include whitelist-usr-share-common.inc
Expand Down
26 changes: 13 additions & 13 deletions etc/profile-m-z/rednotebook.profile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ include rednotebook.local
# Persistent global definitions
include globals.local

nodeny ${HOME}/.cache/rednotebook
nodeny ${HOME}/.rednotebook
noblacklist ${HOME}/.cache/rednotebook
noblacklist ${HOME}/.rednotebook

# Allow python (blacklisted by disable-interpreters.inc)
include allow-python3.inc
# whitelist python (blacklisted by disable-interpreters.inc)
include whitelist-python3.inc

include disable-common.inc
include disable-devel.inc
Expand All @@ -22,15 +22,15 @@ include disable-shell.inc

mkdir ${HOME}/.cache/rednotebook
mkdir ${HOME}/.rednotebook
allow ${HOME}/.cache/rednotebook
allow ${HOME}/.rednotebook
allow ${DESKTOP}
allow ${DOCUMENTS}
allow ${DOWNLOADS}
allow ${MUSIC}
allow ${PICTURES}
allow ${VIDEOS}
allow /usr/libexec/webkit2gtk-4.0
whitelist ${HOME}/.cache/rednotebook
whitelist ${HOME}/.rednotebook
whitelist ${DESKTOP}
whitelist ${DOCUMENTS}
whitelist ${DOWNLOADS}
whitelist ${MUSIC}
whitelist ${PICTURES}
whitelist ${VIDEOS}
whitelist /usr/libexec/webkit2gtk-4.0
include whitelist-common.inc
include whitelist-runuser-common.inc
include whitelist-usr-share-common.inc
Expand Down
32 changes: 16 additions & 16 deletions etc/profile-m-z/zim.profile
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ include zim.local
# Persistent global definitions
include globals.local

nodeny ${HOME}/.cache/zim
nodeny ${HOME}/.config/zim
noblacklist ${HOME}/.cache/zim
noblacklist ${HOME}/.config/zim

# Allow python (blacklisted by disable-interpreters.inc)
include allow-python2.inc
include allow-python3.inc
# whitelist python (blacklisted by disable-interpreters.inc)
include whitelist-python2.inc
include whitelist-python3.inc

deny /usr/libexec
blacklist /usr/libexec

include disable-common.inc
include disable-devel.inc
Expand All @@ -26,16 +26,16 @@ include disable-shell.inc
mkdir ${HOME}/.cache/zim
mkdir ${HOME}/.config/zim
mkdir ${HOME}/Notebooks
allow ${HOME}/.cache/zim
allow ${HOME}/.config/zim
allow ${HOME}/Notebooks
allow ${DESKTOP}
allow ${DOCUMENTS}
allow ${DOWNLOADS}
allow ${MUSIC}
allow ${PICTURES}
allow ${VIDEOS}
allow /usr/share/zim
whitelist ${HOME}/.cache/zim
whitelist ${HOME}/.config/zim
whitelist ${HOME}/Notebooks
whitelist ${DESKTOP}
whitelist ${DOCUMENTS}
whitelist ${DOWNLOADS}
whitelist ${MUSIC}
whitelist ${PICTURES}
whitelist ${VIDEOS}
whitelist /usr/share/zim
include whitelist-common.inc
include whitelist-runuser-common.inc
include whitelist-usr-share-common.inc
Expand Down

0 comments on commit 2e4d52e

Please sign in to comment.