The task should run under configurable context (unconfined_t a default) instead of initrc_t. Taking following from Bug 620969#c1: The big difference in running 'make run' on command line and from the job is that in command line it runs as unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 while when running under rhts/beaker as system_u:system_r:initrc_t:s0 The question is which one is correct? I am in favor of unconfined_t: - the shell and utilities should behave as on command line, should not they? - for services (e.g. httpd) context transitions should be handled by policy Actually this would be a configuration option with unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 as default. See also following comments.
ping, Any plans to implement this? Since RHTS times the dreaded initrc_t has caused many jobs to fail and time to be wasted...
FYI tasks run in unconfined_t context for some week now.
good news, can we close this bug then?