summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init/cras.sh1
-rw-r--r--sound_card_init/sound_card_init.conf2
2 files changed, 0 insertions, 3 deletions
diff --git a/init/cras.sh b/init/cras.sh
index ca2d6b93..91114c00 100644
--- a/init/cras.sh
+++ b/init/cras.sh
@@ -48,7 +48,6 @@ exec minijail0 -u cras -g cras -G --uts -v -l \
-k 'tmpfs,/run,tmpfs,MS_NODEV|MS_NOEXEC|MS_NOSUID,mode=755,size=10M' \
-b /run/cras,/run/cras,1 \
-b /run/dbus,/run/dbus,1 \
- -b /run/systemd/journal \
-b /run/udev,/run/udev \
-b /dev,/dev \
-b /dev/shm,/dev/shm,1 \
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/ \