mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
31 lines
639 B
Text
31 lines
639 B
Text
# Firejail profile for tar
|
|
# Description: GNU version of the tar archiving utility
|
|
# This file is overwritten after every install/update
|
|
quiet
|
|
# Persistent local customizations
|
|
include /etc/firejail/tar.local
|
|
# Persistent global definitions
|
|
# added by included default.profile
|
|
#include /etc/firejail/globals.local
|
|
|
|
blacklist /tmp/.X11-unix
|
|
|
|
hostname tar
|
|
ignore noroot
|
|
net none
|
|
no3d
|
|
nodbus
|
|
nodvd
|
|
nosound
|
|
notv
|
|
novideo
|
|
shell none
|
|
tracelog
|
|
|
|
# support compressed archives
|
|
private-bin sh,bash,tar,gtar,compress,gzip,lzma,xz,bzip2,lbzip2,lzip,lzop
|
|
private-dev
|
|
private-etc passwd,group,localtime
|
|
private-lib
|
|
|
|
include /etc/firejail/default.profile
|