search for: set_file_context_

Displaying 1 result from an estimated 1 matches for "set_file_context_".

2012 Oct 09
8
Service Resources and Selinux
...;mysql", seltype => "mysqld_db_t", selinux_ignore_defaults => "true", recurse => "true", require => Package["mysql-server"], notify => [ Exec["add_file_context_${context}_${name}"], Exec["set_file_context_${context}_${name}"], ], } # Set the default file_context regex for the path exec { "add_file_context_${context}_${name}": command => "semanage fcontext -a -t ${context} \"${name}(/.*)?\"", unless => "semanage fcontext -l |...