aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2018-08-22 20:54:28 -0400
committerLibravatar Tad <tad@spotco.us>2018-08-22 20:54:28 -0400
commit3f6643d40f191e4f8900fa2d572f4c8d22812c02 (patch)
tree85cf19bbbb8aa739bc6346b207fa72f33687568d
parentfix microphone in slack profile - #2034 (diff)
downloadfirejail-3f6643d40f191e4f8900fa2d572f4c8d22812c02.tar.gz
firejail-3f6643d40f191e4f8900fa2d572f4c8d22812c02.tar.zst
firejail-3f6643d40f191e4f8900fa2d572f4c8d22812c02.zip
Misc fixes
-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