# This runset governs write access to the /usr filesystem.
# I can enable it when installing things, but otherwise keep /usr
# readonly as a safety measure.

# root, and root alone, may enable writing
!user root

# do the remount.  Runset specially handles remounts and will make
# the filesystem readonly on exit, instead of dismounting it.
flags=remount filesystem ext2 /usr /dev/sda3
