PERFORCE change 18025 for review
Robert Watson
rwatson at freebsd.org
Mon Sep 23 23:20:55 GMT 2002
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=18025
Change 18025 by rwatson at rwatson_tislabs on 2002/09/23 16:20:07
Further annotations.
Affected files ...
.. //depot/projects/trustedbsd/misc/demo-20020725/mount.txt#2 edit
Differences ...
==== //depot/projects/trustedbsd/misc/demo-20020725/mount.txt#2 (text+ko) ====
@@ -1,11 +1,26 @@
-As security officer
+As security officer:
+
+Enable user mountpoints:
+
+ sysctl vfs.usermount=1
+
+Label the device so that the general has appropriate rights:
+
+ setfmac mls/high /dev/acd0c
+ chown general /dev/acd0c
+
+Label the mountpoint so that the general has appropriate rights:
+
+ setfmac mls/high /mnt
+ chown general /mnt
+
+As general:
+
+Mount the device:
-sysctl vfs.usermount=1
-setfmac mls/high /dev/acd0c
-setfmac mls/high /mnt
-chown general /mnt
+ mount -o rdonly /dev/acd0c /mnt
-As general
+Unmount the device:
-mount -o rdonly /dev/acd0c /mnt
+ umount /mnt
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list