Open Lunarequest opened 2 years ago
This issue has not had any recent activity. It will be closed in 7 days if it makes no further progress.
Still a issue
Hello @Lunarequest the problem is that systemd_generator_t uses modprobe to load the zram kernel module. This call is blocked because systemd_generator_t is not allowed to transition to kmod_t. Commit https://github.com/SELinuxProject/refpolicy/commit/26eb377014bfd1f85591aca20f25ee0b546c245f should fix this issue.
When selinux is set to enforcing it prevents zram from creating the device. This results in the service never succeeding and prevent login. Any help would be appreciated.