Remove nagios_rw_inherited_tmp_files interface
This commit is contained in:
parent
99bbe34881
commit
4ac0cd30fa
|
@ -139,26 +139,6 @@ interface(`nagios_read_tmp_files',`
|
|||
files_search_tmp($1)
|
||||
')
|
||||
|
||||
########################################
|
||||
## <summary>
|
||||
## Allow the specified domain to read
|
||||
## nagios temporary files.
|
||||
## </summary>
|
||||
## <param name="domain">
|
||||
## <summary>
|
||||
## Domain allowed access.
|
||||
## </summary>
|
||||
## </param>
|
||||
#
|
||||
interface(`nagios_rw_inherited_tmp_files',`
|
||||
gen_require(`
|
||||
type nagios_tmp_t;
|
||||
')
|
||||
|
||||
allow $1 nagios_tmp_t:file rw_inherited_file_perms;
|
||||
files_search_tmp($1)
|
||||
')
|
||||
|
||||
########################################
|
||||
## <summary>
|
||||
## Execute the nagios NRPE with
|
||||
|
|
Loading…
Reference in New Issue