aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/pulseaudio.c
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2018-06-12 02:29:11 +0200
committerLibravatar GitHub <noreply@github.com>2018-06-12 02:29:11 +0200
commit0aae4e6bf2e9dfb45e40b1c3dfcc70b8d56ebe24 (patch)
tree0ec08df3f2eec1dfc94863328605d90dc1984f7d /src/firejail/pulseaudio.c
parentadditional mount hardening (pulseaudio, Xauthority) (diff)
downloadfirejail-0aae4e6bf2e9dfb45e40b1c3dfcc70b8d56ebe24.tar.gz
firejail-0aae4e6bf2e9dfb45e40b1c3dfcc70b8d56ebe24.tar.zst
firejail-0aae4e6bf2e9dfb45e40b1c3dfcc70b8d56ebe24.zip
fix indentation
Diffstat (limited to 'src/firejail/pulseaudio.c')
-rw-r--r--src/firejail/pulseaudio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firejail/pulseaudio.c b/src/firejail/pulseaudio.c
index e43307d70..e39f6f50c 100644
--- a/src/firejail/pulseaudio.c
+++ b/src/firejail/pulseaudio.c
@@ -90,7 +90,7 @@ void pulseaudio_init(void) {
90 errExit("mkdir"); 90 errExit("mkdir");
91 // make it a mount point and add mount flags 91 // make it a mount point and add mount flags
92 if (mount(RUN_PULSE_DIR, RUN_PULSE_DIR, NULL, MS_BIND, NULL) < 0 || 92 if (mount(RUN_PULSE_DIR, RUN_PULSE_DIR, NULL, MS_BIND, NULL) < 0 ||
93 mount(NULL, RUN_PULSE_DIR, NULL, MS_NOEXEC|MS_NODEV|MS_NOSUID|MS_BIND|MS_REMOUNT, NULL) < 0) 93 mount(NULL, RUN_PULSE_DIR, NULL, MS_NOEXEC|MS_NODEV|MS_NOSUID|MS_BIND|MS_REMOUNT, NULL) < 0)
94 errExit("mount RUN_PULSE_DIR"); 94 errExit("mount RUN_PULSE_DIR");
95 95
96 // create the new client.conf file 96 // create the new client.conf file