Skip to content

Commit 2d861fb

Browse files
committed
doc: Fix old SELinux tag
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
1 parent e5e2dba commit 2d861fb

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

doc/server/selinux.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,13 @@ necessary.
142142
Duplicate Entries
143143
-----------------
144144

145-
It may be necessary to use `BoundSELinux` tags if a single fcontext
145+
It may be necessary to use `BoundSEFcontext` tags if a single fcontext
146146
needs two different SELinux types depending on whether it's a symlink
147147
or a plain file. For instance:
148148

149149
.. code-block:: xml
150150
151-
<BoundSELinux type="fcontext" filetype="symlink"
152-
name="/etc/localtime" selinuxtype="etc_t"/>
153-
<BoundSELinux type="fcontext" filetype="regular"
154-
name="/etc/localtime" selinuxtype="locale_t"/>
151+
<BoundSEFcontext filetype="symlink"
152+
name="/etc/localtime" selinuxtype="etc_t"/>
153+
<BoundSEFcontext filetype="regular"
154+
name="/etc/localtime" selinuxtype="locale_t"/>

0 commit comments

Comments
 (0)