diff options
author | Richard Jones <rjones@trick.home.annexia.org> | 2009-08-13 20:45:06 +0100 |
---|---|---|
committer | Richard Jones <rjones@trick.home.annexia.org> | 2009-08-13 20:45:06 +0100 |
commit | 8249460acfc0ab7298d125b4ea29c72729a4582b (patch) | |
tree | b005f9d7ea46f20e7f524a7cbaf31c65d365c49f /guestfish.pod | |
parent | 299bd94e2ace3daa39add2ae9dc7799596b91fcd (diff) | |
download | libguestfs-8249460acfc0ab7298d125b4ea29c72729a4582b.tar.gz libguestfs-8249460acfc0ab7298d125b4ea29c72729a4582b.tar.xz libguestfs-8249460acfc0ab7298d125b4ea29c72729a4582b.zip |
guestfish: Add --selinux option.
Diffstat (limited to 'guestfish.pod')
-rw-r--r-- | guestfish.pod | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/guestfish.pod b/guestfish.pod index f2255f16..5427b23b 100644 --- a/guestfish.pod +++ b/guestfish.pod @@ -130,9 +130,9 @@ Typical usage is either: guestfish -i /dev/Guests/MyGuest -You cannot use I<-a>, I<-m>, I<--listen> or I<--remote> in conjunction -with this option, and options other than I<--ro> might not behave -correctly. +You cannot use I<-a>, I<-m>, I<--listen>, I<--remote> or I<--selinux> +in conjunction with this option, and options other than I<--ro> might +not behave correctly. See also: L<virt-inspector(1)>. @@ -167,6 +167,10 @@ I<REMOTE CONTROL GUESTFISH OVER A SOCKET> below. This changes the C<-m> option so that mounts are done read-only (see C<guestfs_mount_ro> in the L<guestfs(3)> manpage). +=item B<--selinux> + +Enable SELinux support for the guest. See L<guestfs(3)/SELINUX>. + =item B<-v> | B<--verbose> Enable very verbose messages. This is particularly useful if you find |