We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5e2dba commit 2d861fbCopy full SHA for 2d861fb
1 file changed
doc/server/selinux.txt
@@ -142,13 +142,13 @@ necessary.
142
Duplicate Entries
143
-----------------
144
145
-It may be necessary to use `BoundSELinux` tags if a single fcontext
+It may be necessary to use `BoundSEFcontext` tags if a single fcontext
146
needs two different SELinux types depending on whether it's a symlink
147
or a plain file. For instance:
148
149
.. code-block:: xml
150
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"/>
+ <BoundSEFcontext filetype="symlink"
+ name="/etc/localtime" selinuxtype="etc_t"/>
+ <BoundSEFcontext filetype="regular"
+ name="/etc/localtime" selinuxtype="locale_t"/>
0 commit comments