Docs: Fix ftype list in sefcontext module (#46364)

Add the list of file types to the `sefcontext` module documentation.
This commit is contained in:
Major Hayden 2018-10-08 14:39:49 -05:00 committed by Alicia Cozine
parent 850355b314
commit bf8863eeb3

View file

@ -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: