mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
* Add fakeroot support to patch.profile * Add fakeroot support to strings.profile * Add fakeroot support to tar.profile
35 lines
710 B
Text
35 lines
710 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 tar.local
|
|
# Persistent global definitions
|
|
# added by included profile
|
|
#include globals.local
|
|
|
|
blacklist /tmp/.X11-unix
|
|
|
|
hostname tar
|
|
ignore noroot
|
|
net none
|
|
no3d
|
|
nodbus
|
|
nodvd
|
|
nosound
|
|
notv
|
|
nou2f
|
|
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 alternatives,passwd,group,localtime
|
|
private-lib libfakeroot
|
|
|
|
# Debian based distributions need this for 'dpkg --unpack' (incl. synaptic)
|
|
writable-var
|
|
|
|
include default.profile
|