Hello
I migrated from apparmor to selinux following this guide: Portal:SELinux/Setup - openSUSE Wiki and reched step 9. The battery of the T430 is not present (died long ago). Running the command in step 9 provides this output:
# ausearch -m avc,user_avc,selinux_err,user_selinux_err -ts boot
----
time->Sat Mar 1 09:44:25 2025
type=AVC msg=audit(1740818665.329:133): avc: denied { read } for pid=2796 comm="power-profiles-" name="passwd" dev="dm-0" ino=688603 scontext=system_u:system_r:powerprofiles_t:s0 tcontext=system_u:object_r:passwd_file_t:s0 tclass=file permissive=1
----
time->Sat Mar 1 09:44:25 2025
type=AVC msg=audit(1740818665.329:134): avc: denied { open } for pid=2796 comm="power-profiles-" path="/etc/passwd" dev="dm-0" ino=688603 scontext=system_u:system_r:powerprofiles_t:s0 tcontext=system_u:object_r:passwd_file_t:s0 tclass=file permissive=1
----
time->Sat Mar 1 09:44:25 2025
type=AVC msg=audit(1740818665.329:135): avc: denied { getattr } for pid=2796 comm="power-profiles-" path="/etc/passwd" dev="dm-0" ino=688603 scontext=system_u:system_r:powerprofiles_t:s0 tcontext=system_u:object_r:passwd_file_t:s0 tclass=file permissive=1
----
time->Sat Mar 1 09:44:25 2025
type=AVC msg=audit(1740818665.329:136): avc: denied { watch } for pid=2796 comm="power-profiles-" path="/sys/devices/system/cpu/intel_pstate" dev="sysfs" ino=13675 scontext=system_u:system_r:powerprofiles_t:s0 tcontext=system_u:object_r:sysfs_t:s0 tclass=dir permissive=1
Step 10 instructs to proceed if there are not denials, which I understand all 4 messages are. Given they are related to power proffiles, the missing battery comes to mind, but occurences of path="/etc/passwd"
concern me.
I also performed the migration on a stationary PC (also Tumbleweed), successfully.
Is anybody in the know whether I can proceed with step 10? If not, any ideas how the issues can be solved?
Some additional information, maybe of importance:
- I have removed the nvidia service and all nvidia proprietary drivers.
- The system is up to date, updated using
zypper dup
followed by a restart.