commit ecc5c76275748bd44cc837d6c3e9edf465f308c0
parent 9081ed63b39c9df71cd3dce8814566bb9f592b7f
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date: Tue, 19 Jan 2021 02:52:56 +0100
Remove relatime mount option from mqueue, doesn't seem to work on newer kernels
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sbin/ns_run b/sbin/ns_run
@@ -108,7 +108,7 @@ if {
}
if { mount -t devpts devpts dev/pts }
if { s6-mount -nwt tmpfs -o nosuid,nodev,mode=1777 shm dev/shm }
-if { s6-mount -nwt mqueue -o nosuid,nodev,noexec,relatime mqueue dev/mqueue }
+if { s6-mount -nwt mqueue -o nosuid,nodev,noexec mqueue dev/mqueue }
# leave /dev read-write for now, so stuff can be added by scripts below
# mountpoint for privileged operations and pivot_root