mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
Update
This commit is contained in:
parent
766c75352e
commit
4e074646ed
9 changed files with 45 additions and 0 deletions
5
etc/firejail/dino.local
Normal file
5
etc/firejail/dino.local
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Dino local configuration
|
||||
|
||||
whitelist ${HOME}/Documents
|
||||
whitelist ${HOME}/Pictures
|
||||
whitelist ${HOME}/Videos
|
||||
6
etc/firejail/discord.local
Normal file
6
etc/firejail/discord.local
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Discord local profile
|
||||
|
||||
whitelist ${HOME}/Documents
|
||||
whitelist ${HOME}/Pictures
|
||||
whitelist ${HOME}/Videos
|
||||
whitelist ${HOME}/Rust
|
||||
6
etc/firejail/firefox-common.local
Normal file
6
etc/firejail/firefox-common.local
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Firefox local profile
|
||||
|
||||
whitelist ${HOME}/Documents
|
||||
whitelist ${HOME}/Pictures
|
||||
whitelist ${HOME}/Videos
|
||||
whitelist ${HOME}/Rust
|
||||
12
etc/firejail/gajim.local
Normal file
12
etc/firejail/gajim.local
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Gajim local profile
|
||||
# ignore "include disable-xdg.inc"
|
||||
|
||||
ignore blacklist ${DOCUMENTS}
|
||||
ignore blacklist ${MUSIC}
|
||||
ignore blacklist ${PICTURES}
|
||||
ignore blacklist ${VIDEOS}
|
||||
|
||||
whitelist ${HOME}/Documents
|
||||
whitelist ${HOME}/Pictures
|
||||
whitelist ${HOME}/Videos
|
||||
whitelist ${HOME}/Rust
|
||||
5
etc/firejail/globals.local
Normal file
5
etc/firejail/globals.local
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# enable Apparmor globally
|
||||
apparmor
|
||||
|
||||
# Whitelist sx xauthority
|
||||
whitelist ${HOME}/.local/share/sx/xauthority
|
||||
1
etc/firejail/qpdfview.local
Normal file
1
etc/firejail/qpdfview.local
Normal file
|
|
@ -0,0 +1 @@
|
|||
ignore nodbus
|
||||
4
etc/firejail/signal-desktop.local
Normal file
4
etc/firejail/signal-desktop.local
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Signal local profile
|
||||
|
||||
whitelist ${HOME}/Documents
|
||||
whitelist ${HOME}/Pictures
|
||||
2
etc/firejail/steam.local
Normal file
2
etc/firejail/steam.local
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# Profile for steam
|
||||
whitelist ${HOME}/.local/share/Steam
|
||||
4
etc/firejail/virtualbox.local
Normal file
4
etc/firejail/virtualbox.local
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# VirtualBox local profile
|
||||
|
||||
whitelist ${HOME}/Shared
|
||||
whitelist ${HOME}/.Genymobile
|
||||
Loading…
Add table
Add a link
Reference in a new issue