mirror of
https://github.com/SELinuxProject/selinux
synced 2025-01-10 07:29:28 +00:00
sepolicy: Fix spelling mistakes in commands in generated manpages
Signed-off-by: Petr Lautrbach <plautrba@redhat.com>
This commit is contained in:
parent
443b84e4df
commit
cfbb79736d
@ -1172,7 +1172,7 @@ Three things can happen when %(type)s attempts to execute a program.
|
||||
|
||||
Execute the following to see the types that the SELinux user %(type)s can execute without transitioning:
|
||||
|
||||
.B search -A -s %(type)s -c file -p execute_no_trans
|
||||
.B sesearch -A -s %(type)s -c file -p execute_no_trans
|
||||
|
||||
.TP
|
||||
|
||||
@ -1180,7 +1180,7 @@ Execute the following to see the types that the SELinux user %(type)s can execut
|
||||
|
||||
Execute the following to see the types that the SELinux user %(type)s can execute and transition:
|
||||
|
||||
.B $ search -A -s %(type)s -c process -p transition
|
||||
.B $ sesearch -A -s %(type)s -c process -p transition
|
||||
|
||||
""" % {'user': self.domainname, 'type': self.type})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user