Docs: Fix ftype list in sefcontext module (#46364)
Add the list of file types to the `sefcontext` module documentation.
This commit is contained in:
parent
850355b314
commit
bf8863eeb3
1 changed files with 10 additions and 10 deletions
|
@ -27,16 +27,16 @@ options:
|
||||||
aliases: [ path ]
|
aliases: [ path ]
|
||||||
ftype:
|
ftype:
|
||||||
description:
|
description:
|
||||||
- File type.
|
- The file type that should have SELinux contexts applied.
|
||||||
- The following file type options can be passed;
|
- "The following file type options are available:"
|
||||||
C(a) for all files,
|
- C(a) for all files,
|
||||||
C(b) for block devices,
|
- C(b) for block devices,
|
||||||
C(c) for character devices,
|
- C(c) for character devices,
|
||||||
C(d) for directories,
|
- C(d) for directories,
|
||||||
C(f) for regular files,
|
- C(f) for regular files,
|
||||||
C(l) for symbolic links,
|
- C(l) for symbolic links,
|
||||||
C(p) for named pipes,
|
- C(p) for named pipes,
|
||||||
C(s) for socket files.
|
- C(s) for socket files.
|
||||||
type: str
|
type: str
|
||||||
default: a
|
default: a
|
||||||
setype:
|
setype:
|
||||||
|
|
Loading…
Reference in a new issue