You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
trying to use sudo on a debug build results in the following error:
system_u:toor_r:toor_t:s0-s0:c0.c1023 is not a valid context
The system is running in permissive, but this error prevents the sudo command from working
The text was updated successfully, but these errors were encountered:
@minapoli commented an hour ago
trying to use sudo on a debug build results in the following error:
system_u:toor_r:toor_t:s0-s0:c0.c1023 is not a valid context
The system is running in permissive, but this error prevents the sudo command from working
This is a symptom of a bad file context -- typically it results from semodule failing to load the base policy module because it contains a bad file context. I built off of master with a make bare and bootstrap.sh and the following change:
Doing a make bare fixes this. It might be an issue with rebuilding when changing variables in CONFIG_BUILD
ghost
changed the title
cannot use sudo in a debug build
rebuilding without make bare after changing CONFIG_BUILD variables has unpredictable behavior
Jun 4, 2015
trying to use sudo on a debug build results in the following error:
system_u:toor_r:toor_t:s0-s0:c0.c1023 is not a valid context
The system is running in permissive, but this error prevents the sudo command from working
The text was updated successfully, but these errors were encountered: