Skip to content

Commit

Permalink
Remove fc entry for /usr/bin/pump
Browse files Browse the repository at this point in the history
The dhcpc_exec_t type was assigned to /usr/bin/pump because it was
a part of the pump ("configure network interface via BOOTP or DHCP
protocol") package which is not available in Fedora any longer. This
clashes with the same executable name from current distcc ("Distributed
C/C++ compilation") package where no private type is needed.

Resolves: rhbz#2312044
  • Loading branch information
zpytela committed Sep 20, 2024
1 parent 6008a54 commit fe8833a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion policy/modules/system/sysnetwork.fc
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ ifdef(`distro_redhat',`
/usr/bin/ipx_internal_net -- gen_context(system_u:object_r:ifconfig_exec_t,s0)
/usr/bin/iwconfig -- gen_context(system_u:object_r:ifconfig_exec_t,s0)
/usr/bin/mii-tool -- gen_context(system_u:object_r:ifconfig_exec_t,s0)
/usr/bin/pump -- gen_context(system_u:object_r:dhcpc_exec_t,s0)
/usr/bin/tc -- gen_context(system_u:object_r:ifconfig_exec_t,s0)

#
Expand Down

0 comments on commit fe8833a

Please sign in to comment.