summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMajor Hayden <major@mhtx.net>2018-10-08 14:39:49 -0500
committerAlicia Cozine <879121+acozine@users.noreply.github.com>2018-10-08 14:39:49 -0500
commitbf8863eeb371e9bb48d5d154b22d771daad8e0a0 (patch)
tree7a4e0a029293422ec6748e86ae3094af02b52894
parent850355b314e19597f7c29fcdb6959d5dacb14b09 (diff)
downloadansible-bf8863eeb371e9bb48d5d154b22d771daad8e0a0.tar.gz
Docs: Fix ftype list in sefcontext module (#46364)
Add the list of file types to the `sefcontext` module documentation.
-rw-r--r--lib/ansible/modules/system/sefcontext.py20
1 files changed, 10 insertions, 10 deletions
diff --git a/lib/ansible/modules/system/sefcontext.py b/lib/ansible/modules/system/sefcontext.py
index 60c914e765..9b6a88d865 100644
--- a/lib/ansible/modules/system/sefcontext.py
+++ b/lib/ansible/modules/system/sefcontext.py
@@ -27,16 +27,16 @@ options:
aliases: [ path ]
ftype:
description:
- - File type.
- - The following file type options can be passed;
- C(a) for all files,
- C(b) for block devices,
- C(c) for character devices,
- C(d) for directories,
- C(f) for regular files,
- C(l) for symbolic links,
- C(p) for named pipes,
- C(s) for socket files.
+ - The file type that should have SELinux contexts applied.
+ - "The following file type options are available:"
+ - C(a) for all files,
+ - C(b) for block devices,
+ - C(c) for character devices,
+ - C(d) for directories,
+ - C(f) for regular files,
+ - C(l) for symbolic links,
+ - C(p) for named pipes,
+ - C(s) for socket files.
type: str
default: a
setype: