Skip to content

Commit

Permalink
Clean up mount partition options
Browse files Browse the repository at this point in the history
This is part of a larger effort to reduce what is allowed on file
systems.
  • Loading branch information
fhunleth committed Mar 16, 2018
1 parent 52e7f5e commit 3b0dd77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rootfs_overlay/etc/erlinit.config
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
# the history is loaded. If this mount fails due to corruption, etc.,
# nerves_runtime will auto-format it. Your applications will need to handle
# initializing any expected files and folders.
-m /dev/mmcblk0p3:/root:ext4::
-m /dev/mmcblk0p1:/boot:vfat:ro:
-m /dev/mmcblk0p1:/boot:vfat:ro,nodev,noexec,nosuid:
-m /dev/mmcblk0p3:/root:ext4:nodev:

# Erlang release search path
-r /srv/erlang
Expand Down

0 comments on commit 3b0dd77

Please sign in to comment.