Written by: Martin Orr Modifies 307_pythonsupport Since libsepol 2.1.0, we could not compile with the sysadm_r line here, I think because sysadm_r is not declared in the base policy. I am not sure what the correct solution is - actually I think that pythonsupport might be obsolete. So just remove the line and hope it works. Index: policy/modules/system/pythonsupport.te =================================================================== --- policy/modules/system/pythonsupport.te.orig +++ policy/modules/system/pythonsupport.te @@ -11,7 +11,6 @@ domain_entry_file(pythoncompile_t, pythoncompile_exec_t) role system_r types pythoncompile_t; -role sysadm_r types pythoncompile_t; type python_compiled_t; files_type(python_compiled_t)