mirror of
https://github.com/SELinuxProject/selinux
synced 2025-01-18 11:20:44 +00:00
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:
parent
d67b1ea1cb
commit
5aecaf1e68
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user