semanage: update manpage to explain transactions capabilities

semanage -S targeted -i - << _EOF
login -a -s xguest_u xguest
boolean -m --on allow_polyinstantiation
boolean -m --on xguest_connect_network
boolean -m --on xguest_mount_media
boolean -m --on xguest_use_bluetooth
_EOF

Signed-off-by: Eric Paris <eparis@redhat.com>
Acked-by: Dan Walsh <dwalsh@redhat.com>
This commit is contained in:
Eric Paris 2011-06-24 16:43:12 -04:00
parent d67b1ea1cb
commit 5aecaf1e68
1 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,8 @@ semanage \- SELinux Policy Management tool
.br
.B semanage permissive \-{a|d} type
.br
.B semanage -i command-file
.br
.B semanage dontaudit [ on | off ]
.P
@ -99,6 +101,10 @@ Select and alternate SELinux store to manage
.TP
.I \-t, \-\-type
SELinux Type for the object
.TP
.I \-i
Take a set of commands from a specified file and load them in a single
transaction.
.SH EXAMPLE
.nf