Skip to content

Commit

Permalink
Merge pull request #774 from ralther/machine-info
Browse files Browse the repository at this point in the history
Set the type on /etc/machine-info to net_conf_t
  • Loading branch information
pebenito committed Apr 24, 2024
2 parents bea4b16 + 511223e commit f889384
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions policy/modules/system/sysnetwork.fc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ ifdef(`distro_debian',`
/etc/hosts\.deny.* -- gen_context(system_u:object_r:net_conf_t,s0)
/etc/hostname -- gen_context(system_u:object_r:net_conf_t,s0)
/etc/denyhosts.* -- gen_context(system_u:object_r:net_conf_t,s0)
/etc/machine-info -- gen_context(system_u:object_r:net_conf_t,s0)
/etc/resolv\.conf.* -- gen_context(system_u:object_r:net_conf_t,s0)
/etc/yp\.conf.* -- gen_context(system_u:object_r:net_conf_t,s0)

Expand Down

0 comments on commit f889384

Please sign in to comment.