-
Notifications
You must be signed in to change notification settings - Fork 584
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Various profiles Initial * Various fixes # 1 Removed blacklist,no3d; added icon flatpak paths;sorting;added space
- Loading branch information
kortewegdevries
authored
Sep 2, 2020
1 parent
18348b2
commit a5e2b31
Showing
6 changed files
with
237 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# Firejail profile for kazam | ||
# Description: Screen capture tool | ||
# This file is overwritten after every install/update | ||
# Persistent local customizations | ||
include kazam.local | ||
# Persistent global definitions | ||
include globals.local | ||
|
||
ignore noexec ${HOME} | ||
|
||
noblacklist ${PICTURES} | ||
noblacklist ${VIDEOS} | ||
noblacklist ${HOME}/.config/kazam | ||
|
||
include allow-python2.inc | ||
include allow-python3.inc | ||
|
||
include disable-common.inc | ||
include disable-devel.inc | ||
include disable-exec.inc | ||
include disable-interpreters.inc | ||
include disable-programs.inc | ||
include disable-passwdmgr.inc | ||
include disable-shell.inc | ||
include disable-xdg.inc | ||
|
||
whitelist /usr/share/kazam | ||
include whitelist-runuser-common.inc | ||
include whitelist-usr-share-common.inc | ||
include whitelist-var-common.inc | ||
|
||
apparmor | ||
caps.drop all | ||
net none | ||
nodvd | ||
nogroups | ||
nonewprivs | ||
noroot | ||
notv | ||
nou2f | ||
novideo | ||
protocol unix | ||
seccomp | ||
shell none | ||
tracelog | ||
|
||
disable-mnt | ||
# private-bin kazam,python* | ||
private-cache | ||
private-dev | ||
private-etc alsa,alternatives,asound.conf,dconf,fonts,gtk-2.0,gtk-3.0,machine-id,pulse,selinux,X11,xdg | ||
private-tmp | ||
|
||
dbus-system none |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
# Firejail profile for menulibre | ||
# Description: Create desktop and menu launchers easily | ||
# This file is overwritten after every install/update | ||
# Persistent local customizations | ||
include menulibre.local | ||
# Persistent global definitions | ||
include globals.local | ||
|
||
include allow-python2.inc | ||
include allow-python3.inc | ||
|
||
include disable-common.inc | ||
include disable-devel.inc | ||
include disable-exec.inc | ||
include disable-interpreters.inc | ||
include disable-programs.inc | ||
include disable-passwdmgr.inc | ||
include disable-xdg.inc | ||
|
||
# Whitelist your system icon directory,varies by distro | ||
whitelist /usr/share/app-info | ||
whitelist /usr/share/desktop-directories | ||
whitelist /usr/share/icons | ||
whitelist /usr/share/menulibre | ||
whitelist /var/lib/app-info/icons | ||
# Flatpak desktop directory | ||
whitelist /var/lib/flatpak/exports/share/applications | ||
whitelist /var/lib/flatpak/exports/share/icons | ||
# Snap desktop directory | ||
|
||
include whitelist-runuser-common.inc | ||
include whitelist-usr-share-common.inc | ||
include whitelist-var-common.inc | ||
|
||
apparmor | ||
caps.drop all | ||
machine-id | ||
net none | ||
nodvd | ||
no3d | ||
nogroups | ||
nonewprivs | ||
noroot | ||
nosound | ||
notv | ||
nou2f | ||
novideo | ||
protocol unix | ||
seccomp | ||
shell none | ||
tracelog | ||
|
||
disable-mnt | ||
private-cache | ||
private-dev | ||
private-etc alternatives,dconf,fonts,gtk-3.0,locale.alias,locale.conf,mime.types,nsswitch.conf,passwd,pki,selinux,X11,xdg | ||
private-tmp | ||
|
||
dbus-user none | ||
dbus-system none | ||
|
||
read-write ${HOME}/.config/menus | ||
read-write ${HOME}/.gnome/apps | ||
read-write ${HOME}/.local/share/applications | ||
read-write ${HOME}/.local/share/flatpak/exports |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
# Firejail profile for musictube | ||
# Description: Stream music | ||
# This file is overwritten after every install/update | ||
# Persistent local customizations | ||
include musictube.local | ||
# Persistent global definitions | ||
include globals.local | ||
|
||
noblacklist ${HOME}/.cache/Flavio Tordini | ||
noblacklist ${HOME}/.config/Flavio Tordini | ||
noblacklist ${HOME}/.local/share/Flavio Tordini | ||
|
||
include disable-common.inc | ||
include disable-devel.inc | ||
include disable-exec.inc | ||
include disable-interpreters.inc | ||
include disable-passwdmgr.inc | ||
include disable-programs.inc | ||
include disable-shell.inc | ||
include disable-xdg.inc | ||
|
||
mkdir ${HOME}/.cache/Flavio Tordini | ||
mkdir ${HOME}/.config/Flavio Tordini | ||
mkdir ${HOME}/.local/share/Flavio Tordini | ||
whitelist ${HOME}/.cache/Flavio Tordini | ||
whitelist ${HOME}/.config/Flavio Tordini | ||
whitelist ${HOME}/.local/share/Flavio Tordini | ||
whitelist /usr/share/musictube | ||
include whitelist-common.inc | ||
include whitelist-runuser-common.inc | ||
include whitelist-usr-share-common.inc | ||
include whitelist-var-common.inc | ||
|
||
apparmor | ||
caps.drop all | ||
netfilter | ||
nodvd | ||
nogroups | ||
nonewprivs | ||
noroot | ||
notv | ||
nou2f | ||
novideo | ||
protocol unix,inet,inet6,netlink | ||
seccomp | ||
shell none | ||
tracelog | ||
|
||
disable-mnt | ||
private-bin musictube | ||
private-cache | ||
private-dev | ||
private-etc alsa,alternatives,asound.conf,ca-certificates,crypto-policies,drirc,fonts,gtk-2.0,gtk-3.0,host.conf,hostname,hosts,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,machine-id,mime.types,nsswitch.conf,pki,pulse,resolv.conf,selinux,ssl,X11,xdg | ||
private-tmp | ||
|
||
dbus-user none | ||
dbus-system none |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
# Firejail profile for onboard | ||
# Description: On-screen keyboard | ||
# This file is overwritten after every install/update | ||
# Persistent local customizations | ||
include onboard.local | ||
# Persistent global definitions | ||
include globals.local | ||
|
||
noblacklist ${HOME}/.config/onboard | ||
|
||
include allow-python2.inc | ||
include allow-python3.inc | ||
|
||
include disable-common.inc | ||
include disable-devel.inc | ||
include disable-exec.inc | ||
include disable-interpreters.inc | ||
include disable-programs.inc | ||
include disable-passwdmgr.inc | ||
include disable-shell.inc | ||
include disable-xdg.inc | ||
|
||
mkdir ${HOME}/.config/onboard | ||
whitelist ${HOME}/.config/onboard | ||
whitelist /usr/share/onboard | ||
include whitelist-common.inc | ||
include whitelist-usr-share-common.inc | ||
include whitelist-runuser-common.inc | ||
include whitelist-var-common.inc | ||
|
||
apparmor | ||
caps.drop all | ||
machine-id | ||
net none | ||
nodvd | ||
no3d | ||
nogroups | ||
nonewprivs | ||
noroot | ||
notv | ||
nou2f | ||
novideo | ||
protocol unix | ||
seccomp | ||
shell none | ||
tracelog | ||
|
||
disable-mnt | ||
private-cache | ||
private-bin onboard,python*,tput | ||
private-dev | ||
private-etc alternatives,dbus-1,dconf,fonts,gtk-2.0,gtk-3.0,locale,locale.alias,locale.conf,mime.types,selinux,X11,xdg | ||
private-tmp | ||
|
||
dbus-system none |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters