#7 more selinux policy issues
Closed: Fixed by dcavalca. Opened by dcavalca.

When booting and installing CS8-HS-GNOME-LIVE-20210724.iso: https://paste.centos.org/view/698ecaa1 . audit2allow:

#============= systemd_hostnamed_t ==============
allow systemd_hostnamed_t init_var_run_t:dir write;
allow systemd_hostnamed_t init_var_run_t:file read;
allow systemd_hostnamed_t initrc_t:dbus send_msg;
allow systemd_hostnamed_t install_t:dbus send_msg;
#============= useradd_t ==============
allow useradd_t init_var_run_t:dir read;

These only impact the livecd environment: after rebooting, the installed system is fine and shows no AVCs.


The KDE live (CS8-HS-KDE-LIVE-20210724.iso) has similar errors, yet slightly different: https://paste.centos.org/view/46bd4f8f

After reboot, there is one violation left:

#============= init_t ==============
allow init_t system_dbusd_var_run_t:sock_file read;

Fixed in systemd-248.5-1.3.hs.el8

Metadata Update from @dcavalca:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Metadata Update from @ngompa:
- Issue tagged with: c8s

Metadata