-
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.
- Loading branch information
netblue30
committed
Nov 15, 2017
1 parent
1d4a84d
commit e1a40d3
Showing
3 changed files
with
43 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 bsdtar | ||
# This file is overwritten after every install/update | ||
quiet | ||
# Persistent local customizations | ||
include /etc/firejail/bsdtar.local | ||
# Persistent global definitions | ||
include /etc/firejail/globals.local | ||
|
||
include /etc/firejail/disable-common.inc | ||
# include /etc/firejail/disable-devel.inc | ||
include /etc/firejail/disable-passwdmgr.inc | ||
include /etc/firejail/disable-programs.inc | ||
|
||
blacklist /tmp/.X11-unix | ||
|
||
hostname bsdtar | ||
caps.drop all | ||
ipc-namespace | ||
netfilter | ||
no3d | ||
nodvd | ||
nogroups | ||
nonewprivs | ||
# noroot | ||
nosound | ||
notv | ||
novideo | ||
nonewprivs | ||
protocol unix | ||
seccomp | ||
shell none | ||
|
||
tracelog | ||
|
||
# support compressed archives | ||
private-bin sh,bash,dash,bsdtar,gtar,compress,gzip,lzma,xz,bzip2,lbzip2,lzip,lzop,lz4,libarchive | ||
private-dev | ||
private-etc passwd,group,localtime | ||
|
||
|
||
|