aboutsummaryrefslogtreecommitdiffstats
path: root/etc/pingus.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-07-29 07:52:17 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-07-29 07:52:17 -0400
commit348b875f3025988a336e365a3127f6d6b25bec18 (patch)
tree112a1247f397348633a4a95b247d030df0255446 /etc/pingus.profile
parentarp rework (diff)
downloadfirejail-348b875f3025988a336e365a3127f6d6b25bec18.tar.gz
firejail-348b875f3025988a336e365a3127f6d6b25bec18.tar.zst
firejail-348b875f3025988a336e365a3127f6d6b25bec18.zip
new profiles
Diffstat (limited to 'etc/pingus.profile')
-rw-r--r--etc/pingus.profile41
1 files changed, 41 insertions, 0 deletions
diff --git a/etc/pingus.profile b/etc/pingus.profile
new file mode 100644
index 000000000..b3b479046
--- /dev/null
+++ b/etc/pingus.profile
@@ -0,0 +1,41 @@
1# Persistent global definitions go here
2include /etc/firejail/globals.local
3
4# This file is overwritten during software install.
5# Persistent customizations should go in a .local file.
6include /etc/firejail/pingus.local
7
8################################
9# Pinugs profile
10################################
11
12noblacklist ~/.pingus
13mkdir ~/.pingus
14whitelist ~/.pingus
15include /etc/firejail/whitelist-common.inc
16
17include /etc/firejail/disable-common.inc
18include /etc/firejail/disable-programs.inc
19include /etc/firejail/disable-passwdmgr.inc
20
21caps.drop all
22nonewprivs
23noroot
24protocol unix,netlink
25seccomp
26
27#
28# depending on your usage, you can enable some of the commands below:
29#
30net none
31nogroups
32shell none
33#private-bin pingus
34# private-etc none
35private-dev
36private-tmp
37# nosound
38
39
40
41