summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2013-04-10 09:41:14 -0500
committerSol Jerome <sol.jerome@gmail.com>2013-04-10 09:41:14 -0500
commit2d861fb3c2ef62bfbf15ced8bca4e86dba0f439b (patch)
treebdb6853a98454733ccb8ba1b6539d3a4dbbd68f6
parente5e2dba171d9b0a9c14d87ae539b019e3335f1b6 (diff)
downloadbcfg2-2d861fb3c2ef62bfbf15ced8bca4e86dba0f439b.tar.gz
bcfg2-2d861fb3c2ef62bfbf15ced8bca4e86dba0f439b.tar.bz2
bcfg2-2d861fb3c2ef62bfbf15ced8bca4e86dba0f439b.zip
doc: Fix old SELinux tag
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
-rw-r--r--doc/server/selinux.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/server/selinux.txt b/doc/server/selinux.txt
index 9f54b0d68..79384970a 100644
--- a/doc/server/selinux.txt
+++ b/doc/server/selinux.txt
@@ -142,13 +142,13 @@ necessary.
Duplicate Entries
-----------------
-It may be necessary to use `BoundSELinux` tags if a single fcontext
+It may be necessary to use `BoundSEFcontext` tags if a single fcontext
needs two different SELinux types depending on whether it's a symlink
or a plain file. For instance:
.. code-block:: xml
- <BoundSELinux type="fcontext" filetype="symlink"
- name="/etc/localtime" selinuxtype="etc_t"/>
- <BoundSELinux type="fcontext" filetype="regular"
- name="/etc/localtime" selinuxtype="locale_t"/>
+ <BoundSEFcontext filetype="symlink"
+ name="/etc/localtime" selinuxtype="etc_t"/>
+ <BoundSEFcontext filetype="regular"
+ name="/etc/localtime" selinuxtype="locale_t"/>