-
Notifications
You must be signed in to change notification settings - Fork 569
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
175 additions
and
6 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
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,52 @@ | ||
# Firejail profile for blobby | ||
# Persistent local customizations | ||
include blobby.local | ||
# Persistent global definitions | ||
include globals.local | ||
|
||
noblacklist ${HOME}/.blobby | ||
|
||
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}/.blobby | ||
whitelist ${HOME}/.blobby | ||
include whitelist-common.inc | ||
whitelist /usr/share/blobby | ||
include whitelist-usr-share-common.inc | ||
include whitelist-var-common.inc | ||
|
||
apparmor | ||
caps.drop all | ||
ipc-namespace | ||
netfilter | ||
nodvd | ||
nogroups | ||
noinput | ||
nonewprivs | ||
noroot | ||
notv | ||
nou2f | ||
novideo | ||
protocol unix,inet,netlink, | ||
netfilter | ||
seccomp | ||
shell none | ||
tracelog | ||
|
||
disable-mnt | ||
private-bin blobby, | ||
private-lib | ||
private-dev | ||
private-etc hosts,group,asound.conf,alsa,machine-id,pulse,drirc,login.defs,passwd, | ||
private-tmp | ||
|
||
dbus-user none | ||
dbus-system none | ||
memory-deny-write-execute |
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,57 @@ | ||
# Firejail profile for default | ||
# This file is overwritten after every install/update | ||
# Persistent local customizations | ||
include funnyboat.local | ||
# Persistent global definitions | ||
include globals.local | ||
|
||
noblacklist ${HOME}/.funnyboat | ||
|
||
include disable-common.inc | ||
include disable-devel.inc | ||
ignore noexec /dev/shm | ||
include disable-exec.inc | ||
include allow-python2.inc | ||
include allow-python3.inc | ||
include disable-interpreters.inc | ||
include disable-passwdmgr.inc | ||
include disable-programs.inc | ||
# include disable-shell.inc | ||
include disable-write-mnt.inc | ||
include disable-xdg.inc | ||
|
||
mkdir ${HOME}/.funnyboat | ||
whitelist ${HOME}/.funnyboat | ||
include whitelist-common.inc | ||
include whitelist-runuser-common.inc | ||
whitelist /usr/share/funnyboat | ||
# Debian: | ||
whitelist /usr/share/games/funnyboat | ||
include whitelist-usr-share-common.inc | ||
include whitelist-var-common.inc | ||
|
||
apparmor | ||
caps.drop all | ||
ipc-namespace | ||
netfilter | ||
nodvd | ||
nogroups | ||
noinput | ||
nonewprivs | ||
noroot | ||
notv | ||
novideo | ||
protocol unix,inet,inet6 | ||
seccomp | ||
shell none | ||
# tracelog | ||
|
||
disable-mnt | ||
private-cache | ||
private-dev | ||
private-tmp | ||
|
||
dbus-user none | ||
dbus-system none | ||
|
||
memory-deny-write-execute |
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,50 @@ | ||
# Firejail profile for librecad | ||
# Persistent local customizations | ||
include librecad.local | ||
# Persistent global definitions | ||
include globals.local | ||
|
||
noblacklist ${HOME}/.config/LibreCAD | ||
noblacklist ${HOME}/.local/share/LibreCAD | ||
|
||
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 | ||
|
||
whitelist /usr/share/librecad | ||
include whitelist-usr-share-common.inc | ||
include whitelist-var-common.inc | ||
|
||
apparmor | ||
caps.drop all | ||
ipc-namespace | ||
netfilter | ||
nodvd | ||
#nogroups | ||
#noinput | ||
nonewprivs | ||
noroot | ||
notv | ||
#nou2f | ||
novideo | ||
protocol unix,inet,inet6, | ||
netfilter | ||
seccomp | ||
shell none | ||
#tracelog | ||
|
||
#disable-mnt | ||
private-bin librecad, | ||
#private-lib | ||
private-dev | ||
# private-etc cups,drirc,fonts,xdg,passwd, | ||
private-tmp | ||
|
||
dbus-user none | ||
dbus-system none | ||
memory-deny-write-execute |
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