summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar dandelionred <dandelionred@users.noreply.github.com>2019-05-08 16:45:50 +0300
committerLibravatar dandelionred <dandelionred@users.noreply.github.com>2019-05-08 16:45:50 +0300
commit17a89ca1769d6360fb696a956b1b7d8e9e57b2b6 (patch)
treec3d240c5ab8e5dc69ebb011a8104dbdc7d4575de /etc
parentMerge pull request #2680 from Feandil/master (diff)
downloadfirejail-17a89ca1769d6360fb696a956b1b7d8e9e57b2b6.tar.gz
firejail-17a89ca1769d6360fb696a956b1b7d8e9e57b2b6.tar.zst
firejail-17a89ca1769d6360fb696a956b1b7d8e9e57b2b6.zip
Whitespace fix
Diffstat (limited to 'etc')
-rw-r--r--etc/Xephyr.profile2
-rw-r--r--etc/Xvfb.profile2
-rw-r--r--etc/baobab.profile2
-rw-r--r--etc/qbittorrent.profile2
-rw-r--r--etc/transmission-daemon.profile2
-rw-r--r--etc/xpra.profile2
6 files changed, 6 insertions, 6 deletions
diff --git a/etc/Xephyr.profile b/etc/Xephyr.profile
index d9b7f8c26..a9960ebea 100644
--- a/etc/Xephyr.profile
+++ b/etc/Xephyr.profile
@@ -7,7 +7,7 @@ include globals.local
7 7
8# 8#
9# This profile will sandbox Xephyr server itself when used with firejail --x11=xephyr. 9# This profile will sandbox Xephyr server itself when used with firejail --x11=xephyr.
10# To enable it, create a firejail-Xephyr symlink in /usr/local/bin: 10# To enable it, create a firejail-Xephyr symlink in /usr/local/bin:
11# 11#
12# $ sudo ln -s /usr/bin/firejail /usr/local/bin/Xephyr 12# $ sudo ln -s /usr/bin/firejail /usr/local/bin/Xephyr
13# 13#
diff --git a/etc/Xvfb.profile b/etc/Xvfb.profile
index ed07485d6..b2413ac73 100644
--- a/etc/Xvfb.profile
+++ b/etc/Xvfb.profile
@@ -9,7 +9,7 @@ include globals.local
9# 9#
10# This profile will sandbox Xvfb server itself when used with firejail --x11=xvfb. 10# This profile will sandbox Xvfb server itself when used with firejail --x11=xvfb.
11# The target program is sandboxed with its own profile. By default the this functionality 11# The target program is sandboxed with its own profile. By default the this functionality
12# is disabled. To enable it, create a firejail-Xvfb symlink in /usr/local/bin: 12# is disabled. To enable it, create a firejail-Xvfb symlink in /usr/local/bin:
13# 13#
14# $ sudo ln -s /usr/bin/firejail /usr/local/bin/Xvfb 14# $ sudo ln -s /usr/bin/firejail /usr/local/bin/Xvfb
15# 15#
diff --git a/etc/baobab.profile b/etc/baobab.profile
index fc4e7f268..893865edd 100644
--- a/etc/baobab.profile
+++ b/etc/baobab.profile
@@ -33,4 +33,4 @@ private-bin baobab
33private-dev 33private-dev
34private-tmp 34private-tmp
35 35
36#memory-deny-write-execute - breaks on Arch 36#memory-deny-write-execute - breaks on Arch
diff --git a/etc/qbittorrent.profile b/etc/qbittorrent.profile
index b0a6a0016..63810c1d0 100644
--- a/etc/qbittorrent.profile
+++ b/etc/qbittorrent.profile
@@ -61,4 +61,4 @@ private-dev
61# private-lib - problems on Arch 61# private-lib - problems on Arch
62private-tmp 62private-tmp
63 63
64# memory-deny-write-execute - problems on Arch, see #1690 on GitHub repo 64# memory-deny-write-execute - problems on Arch, see #1690 on GitHub repo
diff --git a/etc/transmission-daemon.profile b/etc/transmission-daemon.profile
index c67200826..9a6052ada 100644
--- a/etc/transmission-daemon.profile
+++ b/etc/transmission-daemon.profile
@@ -1,5 +1,5 @@
1# Firejail profile for transmission-daemon 1# Firejail profile for transmission-daemon
2# Description: Fast, easy and free BitTorrent client (daemon) 2# Description: Fast, easy and free BitTorrent client (daemon)
3# This file is overwritten after every install/update 3# This file is overwritten after every install/update
4quiet 4quiet
5# Persistent local customizations 5# Persistent local customizations
diff --git a/etc/xpra.profile b/etc/xpra.profile
index d967c1da2..d58810228 100644
--- a/etc/xpra.profile
+++ b/etc/xpra.profile
@@ -8,7 +8,7 @@ include globals.local
8 8
9# 9#
10# This profile will sandbox Xpra server itself when used with firejail --x11=xpra. 10# This profile will sandbox Xpra server itself when used with firejail --x11=xpra.
11# To enable it, create a firejail-xpra symlink in /usr/local/bin: 11# To enable it, create a firejail-xpra symlink in /usr/local/bin:
12# 12#
13# $ sudo ln -s /usr/bin/firejail /usr/local/bin/xpra 13# $ sudo ln -s /usr/bin/firejail /usr/local/bin/xpra
14# 14#