commit: 2cd1dfe595d20523d3dd6d9c01d08dc60f71df9d Author: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be> AuthorDate: Sat Jan 24 19:07:30 2015 +0000 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org> CommitDate: Sun Jan 25 13:42:52 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=2cd1dfe5
Mark python-exec2-c as bin_t --- policy/modules/kernel/corecommands.fc | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/kernel/corecommands.fc b/policy/modules/kernel/corecommands.fc index e38e238..0c4a15b 100644 --- a/policy/modules/kernel/corecommands.fc +++ b/policy/modules/kernel/corecommands.fc @@ -421,5 +421,6 @@ ifdef(`distro_suse',` ifdef(`distro_gentoo',` /usr/lib/python-exec/python-exec2 -- gen_context(system_u:object_r:bin_t,s0) +/usr/lib/python-exec/python-exec2-c -- gen_context(system_u:object_r:bin_t,s0) /usr/lib/python-exec/python.*/.* -- gen_context(system_u:object_r:bin_t,s0) ')
