summaryrefslogtreecommitdiff
path: root/sound_card_init/sound_card_init.conf
diff options
context:
space:
mode:
Diffstat (limited to 'sound_card_init/sound_card_init.conf')
-rw-r--r--sound_card_init/sound_card_init.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound_card_init/sound_card_init.conf b/sound_card_init/sound_card_init.conf
index 7ab0211e..15c4db8d 100644
--- a/sound_card_init/sound_card_init.conf
+++ b/sound_card_init/sound_card_init.conf
@@ -43,7 +43,6 @@ end script
# -b: bind /
# -k: Get a writeable and empty /run tmpfs path.
# -b: need /run/cras to connect cras.
-# -b: /run/systemd/journal: needed for syslog.
# -b: need /dev to send ioctls to the system's block devices.
# -k: empty /sys tmpfs path.
# -b: need /sys/firmware/vpd/ro/ access to read the default calibration value in vpd.
@@ -62,7 +61,6 @@ exec minijail0 \
-b / \
-k 'tmpfs,/run,tmpfs,MS_NODEV|MS_NOEXEC|MS_NOSUID,mode=755,size=10M' \
-b /run/cras \
- -b /run/systemd/journal \
-b /dev \
-k 'tmpfs,/sys,tmpfs,MS_NODEV|MS_NOEXEC|MS_NOSUID,mode=755,size=10M' \
-b /sys/firmware/vpd/ro/ \