Puppet uses mount output for verification

Puppet calls mount to obtain the list of mounted file systems, redirecting its
output to a temporary file (labeled puppet_tmp_t). This allows the mount domain
to write to this resource.

Signed-off-by: Sven Vermeulen <sven.vermeulen@siphos.be>
This commit is contained in:
Sven Vermeulen 2012-09-08 17:45:50 +02:00 committed by Chris PeBenito
parent d04cbbc8de
commit 9176e86474
1 changed files with 4 additions and 0 deletions

View File

@ -193,6 +193,10 @@ optional_policy(`
')
')
optional_policy(`
puppet_rw_tmp(mount_t)
')
# for kernel package installation
optional_policy(`
rpm_rw_pipes(mount_t)