-
Notifications
You must be signed in to change notification settings - Fork 577
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
archaudit-report and cower for Arch platforms, #1642
- Loading branch information
netblue30
committed
Nov 15, 2017
1 parent
d0ae074
commit 6c10737
Showing
4 changed files
with
91 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Firejail profile for archaudit-report | ||
# This file is overwritten after every install/update | ||
quiet | ||
# Persistent local customizations | ||
include /etc/firejail/archaudit-report.local | ||
# Persistent global definitions | ||
include /etc/firejail/globals.local | ||
|
||
|
||
noblacklist /var/lib/pacman | ||
|
||
include /etc/firejail/disable-common.inc | ||
include /etc/firejail/disable-devel.inc | ||
include /etc/firejail/disable-passwdmgr.inc | ||
include /etc/firejail/disable-programs.inc | ||
include /etc/firejail/whitelist-common.inc | ||
|
||
caps.drop all | ||
ipc-namespace | ||
netfilter | ||
no3d | ||
nodvd | ||
nogroups | ||
nonewprivs | ||
noroot | ||
nosound | ||
notv | ||
novideo | ||
protocol unix,inet,inet6 | ||
seccomp | ||
shell none | ||
|
||
disable-mnt | ||
private | ||
private-bin archaudit-report,arch-audit,bash,cat,comm,cut,date,fold,grep,pacman,pactree,rm,sed,sort,whoneeds | ||
#private-dev | ||
private-tmp | ||
|
||
memory-deny-write-execute | ||
noexec ${HOME} | ||
noexec /tmp |
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,47 @@ | ||
# Firejail profile for cower | ||
# This file is overwritten after every install/update | ||
|
||
# This profile could be significantly strengthened by adding the following to cower.local | ||
# whitelist ~/<Your Build Folder> | ||
# whitelist ~/.config/cower/ | ||
|
||
quiet | ||
|
||
# Persistent local customizations | ||
include /etc/firejail/cower.local | ||
# Persistent global definitions | ||
include /etc/firejail/globals.local | ||
|
||
noblacklist ~/.config/cower/config | ||
read-only ~/.config/cower/config | ||
|
||
noblacklist /var/lib/pacman | ||
|
||
include /etc/firejail/disable-common.inc | ||
include /etc/firejail/disable-devel.inc | ||
include /etc/firejail/disable-passwdmgr.inc | ||
include /etc/firejail/disable-programs.inc | ||
|
||
caps.drop all | ||
ipc-namespace | ||
netfilter | ||
no3d | ||
nodvd | ||
nogroups | ||
nonewprivs | ||
noroot | ||
nosound | ||
notv | ||
novideo | ||
protocol unix,inet,inet6 | ||
seccomp | ||
shell none | ||
|
||
disable-mnt | ||
private-bin cower | ||
private-dev | ||
private-tmp | ||
|
||
memory-deny-write-execute | ||
noexec ${HOME} | ||
noexec /tmp |