aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/apktool.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-a-l/apktool.profile')
-rw-r--r--etc/profile-a-l/apktool.profile38
1 files changed, 38 insertions, 0 deletions
diff --git a/etc/profile-a-l/apktool.profile b/etc/profile-a-l/apktool.profile
new file mode 100644
index 000000000..39c5da9ab
--- /dev/null
+++ b/etc/profile-a-l/apktool.profile
@@ -0,0 +1,38 @@
1# Firejail profile for apktool
2# Description: Tool for reverse engineering Android apk files
3# This file is overwritten after every install/update
4quiet
5# Persistent local customizations
6include apktool.local
7# Persistent global definitions
8include globals.local
9
10include disable-common.inc
11include disable-exec.inc
12include disable-passwdmgr.inc
13include disable-programs.inc
14include disable-xdg.inc
15
16include whitelist-var-common.inc
17
18caps.drop all
19net none
20no3d
21nodvd
22nogroups
23nonewprivs
24noroot
25nosound
26notv
27nou2f
28novideo
29protocol unix
30seccomp
31shell none
32
33private-bin apktool,basename,bash,dirname,expr,java,sh
34private-cache
35private-dev
36
37dbus-user none
38dbus-system none