aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/slack.profile1
-rw-r--r--platform/rpm/firejail.spec2
2 files changed, 2 insertions, 1 deletions
diff --git a/etc/slack.profile b/etc/slack.profile
index c08c8cf4d..ba77a16b9 100644
--- a/etc/slack.profile
+++ b/etc/slack.profile
@@ -19,6 +19,7 @@ mkdir ${HOME}/.config/Slack
19whitelist ${HOME}/.config/Slack 19whitelist ${HOME}/.config/Slack
20whitelist ${HOME}/Downloads 20whitelist ${HOME}/Downloads
21include /etc/firejail/whitelist-common.inc 21include /etc/firejail/whitelist-common.inc
22include /etc/firejail/whitelist-var-common.inc
22 23
23caps.drop all 24caps.drop all
24name slack 25name slack
diff --git a/platform/rpm/firejail.spec b/platform/rpm/firejail.spec
index 166882f62..b32407c7d 100644
--- a/platform/rpm/firejail.spec
+++ b/platform/rpm/firejail.spec
@@ -11,7 +11,7 @@ URL: https://github.com/netblue30/firejail
11BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root 11BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
12 12
13%description 13%description
14Firejail is a SUID sandbox program that reduces the risk of security 14Firejail is a SUID sandbox program that reduces the risk of security
15breaches by restricting the running environment of untrusted applications 15breaches by restricting the running environment of untrusted applications
16using Linux namespaces. It includes a sandbox profile for Mozilla Firefox. 16using Linux namespaces. It includes a sandbox profile for Mozilla Firefox.
17 17