mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-05 13:44:24 -07:00
made special treatment of certain filesystem for selinux configurable
This commit is contained in:
parent
8a26b17f16
commit
e2de336a23
5 changed files with 32 additions and 15 deletions
|
@ -223,3 +223,8 @@ accelerate_daemon_timeout = 30
|
|||
# is "no".
|
||||
#accelerate_multi_key = yes
|
||||
|
||||
[selinux]
|
||||
# file systems that require special treatment when dealing with security context
|
||||
# the default behaviour that copies the existing context or uses the user default
|
||||
# needs to be changed to use the file system dependant context.
|
||||
#special_context_filesystems=nfs,vboxsf,fuse
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue