commit: 0f32cb056a8ed3e2b619202c03a9d2db6b9dace2 Author: Jason Zaman <jason <AT> perfinion <DOT> com> AuthorDate: Thu Mar 30 15:23:08 2017 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Thu Mar 30 15:23:08 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=0f32cb05
phpfpm: corecmd_read_bin_symlinks is deprecated policy/modules/contrib/phpfpm.te | 1 - 1 file changed, 1 deletion(-) diff --git a/policy/modules/contrib/phpfpm.te b/policy/modules/contrib/phpfpm.te index 89ed6c9e..826ba859 100644 --- a/policy/modules/contrib/phpfpm.te +++ b/policy/modules/contrib/phpfpm.te @@ -52,7 +52,6 @@ manage_sock_files_pattern(phpfpm_t, phpfpm_var_run_t, phpfpm_var_run_t) kernel_read_kernel_sysctls(phpfpm_t) -corecmd_read_bin_symlinks(phpfpm_t) corecmd_search_bin(phpfpm_t) corenet_tcp_bind_all_unreserved_ports(phpfpm_t)
