diff options
author | Damjan Marion <damarion@cisco.com> | 2020-05-07 09:49:27 +0200 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2020-05-07 16:47:33 +0000 |
commit | 5505ee8904fafc7c1f017f88853f80a616784cf2 (patch) | |
tree | 6d72986511428f33236dd950559b0f3618d8ac19 /extras/selinux | |
parent | 72db664c76fe3e4fb23020b9a191017c4ea4cb69 (diff) |
misc: deprecate elftool
Type: make
Change-Id: I34fec1c40ef660177c266517eaf41d60827609f4
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'extras/selinux')
-rw-r--r-- | extras/selinux/vpp-custom.fc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extras/selinux/vpp-custom.fc b/extras/selinux/vpp-custom.fc index 4b4428e7150..166166e7f6e 100644 --- a/extras/selinux/vpp-custom.fc +++ b/extras/selinux/vpp-custom.fc @@ -1,6 +1,5 @@ /etc/vpp(/.*)? gen_context(system_u:object_r:vpp_config_rw_t,s0) -/usr/bin/elftool -- gen_context(system_u:object_r:vpp_exec_t,s0) /usr/bin/svmdbtool -- gen_context(system_u:object_r:vpp_exec_t,s0) /usr/bin/svmtool -- gen_context(system_u:object_r:vpp_exec_t,s0) /usr/bin/vpp -- gen_context(system_u:object_r:vpp_exec_t,s0) |