Hello; with /etc/shadow what might I be doing wrong; I keep receiving:
libsepol.check_assertion_helper: assertion on line 137107 violated by allow newrole_t shadow_t:file { read };
libsepol.check_assertion_helper: assertion on line 137107 violated by allow crond_t shadow_t:file { read};
libsepol.check_assertion_helper: assertion on line 137107 violated by allow sysadm_sudo_t shadow_t:file { read };
am I not supposed to use newrole in a root terminal! or is this something else. In my desperation I commented out /etc/selinux/refpolicy/policy/modules/system/authlogin.te
line 48 : [ #neverallow ~can_read_shadow_passwords shadow_t:file read; ] to allow my self to newrole login. I dont like messing with any of the neverallow rules; what am I missing?
--Justin P. Mattock