commit: f233711e12d64179d3b92ef074f17e043594b1e7 Author: Jason Zaman <jason <AT> perfinion <DOT> com> AuthorDate: Tue Feb 21 07:16:07 2017 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Tue Feb 21 07:20:22 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=f233711e
tmpfiles: add fcontext for opentmpfiles path policy/modules/system/tmpfiles.fc | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/system/tmpfiles.fc b/policy/modules/system/tmpfiles.fc index 47fd4b8c..0240298f 100644 --- a/policy/modules/system/tmpfiles.fc +++ b/policy/modules/system/tmpfiles.fc @@ -2,6 +2,7 @@ /etc/tmpfiles.d(/.*)? gen_context(system_u:object_r:tmpfiles_conf_t,s0) /run/tmpfiles.d(/.*)? gen_context(system_u:object_r:tmpfiles_var_run_t,s0) +/usr/bin/tmpfiles -- gen_context(system_u:object_r:tmpfiles_exec_t,s0) /usr/lib/rc/bin/checkpath -- gen_context(system_u:object_r:tmpfiles_exec_t,s0) /usr/lib/rc/sh/tmpfiles.sh -- gen_context(system_u:object_r:tmpfiles_exec_t,s0)
