Signed-off-by: Richard Haines <richard_c_haines@xxxxxxxxxxxxxx> --- src/user_statements.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/user_statements.md b/src/user_statements.md index 7a5ff8a..ee3eed1 100644 --- a/src/user_statements.md +++ b/src/user_statements.md @@ -70,7 +70,7 @@ Policy Type Conditional Policy Statements -| *if* statement | *optional* Statement | *require* Statement | +| *if* Statement | *optional* Statement | *require* Statement | | ----------------------- | ----------------------- | ----------------------- | | No | Yes | Yes | @@ -116,9 +116,9 @@ semanage user -a -R unconfined_r mque_u ``` This command will produce the following files in the default -<SELINUXTYPE> policy store and then activate the policy: +\<SELINUXTYPE\> policy store and then activate the policy: -*/var/lib/selinux/<SELINUXTYPE>/active/users.local*: +*/var/lib/selinux/\<SELINUXTYPE\>/active/users.local*: ``` # This file is auto-generated by libsemanage @@ -127,7 +127,7 @@ This command will produce the following files in the default user mque_u roles { unconfined_r } ; ``` -*/var/lib/selinux/<SELINUXTYPE>/active/users_extra*: +*/var/lib/selinux/\<SELINUXTYPE\>/active/users_extra*: ``` # This file is auto-generated by libsemanage @@ -136,7 +136,7 @@ user mque_u roles { unconfined_r } ; user mque_u prefix user; ``` -*/var/lib/selinux/<SELINUXTYPE>/active/users_extra.local*: +*/var/lib/selinux/\<SELINUXTYPE\>/active/users_extra.local*: ``` # This file is auto-generated by libsemanage -- 2.26.2