stype
Format
stype = "secpol_type_name"Description
The stype keyword specifies the security policy type name to be applied on the process. The name is a label that reflects the security policy being enforced.
Example
stype = "random_t"
Default
The system default is that the child inherits its parent's security type. The process doesn't inherit the PLMS security type.
Multiplicity
Zero or one instance in a task block.
Constraints
-
The stype value is evaluated during the runtime of the component. If stype is specified in a task, then the task must have one of the exec*() functions so that stype is used at run time.
-
You can use the stype property whether or not the system has a security policy enabled.
-
If a security policy isn't in force, the stype does nothing.
