mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
39 lines
658 B
Text
39 lines
658 B
Text
# Firejail profile for apktool
|
|
# Description: Tool for reverse engineering Android apk files
|
|
# This file is overwritten after every install/update
|
|
quiet
|
|
# Persistent local customizations
|
|
include apktool.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
include disable-common.inc
|
|
include disable-exec.inc
|
|
include disable-programs.inc
|
|
include disable-xdg.inc
|
|
|
|
include whitelist-var-common.inc
|
|
|
|
caps.drop all
|
|
net none
|
|
no3d
|
|
nodvd
|
|
nogroups
|
|
noinput
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol unix
|
|
seccomp
|
|
|
|
private-bin apktool,basename,bash,dirname,expr,java,sh
|
|
private-cache
|
|
private-dev
|
|
|
|
dbus-user none
|
|
dbus-system none
|
|
|
|
restrict-namespaces
|