|
|
|
|
SEFlow
Home SourceForge FreshMeat |
documentation for the macro "role_type_definition"writes out a role type relation clause in SELinux syntax. It is defined in the file sets.m4. m4 code:
define(`role_type_definition',
`role $1 types
{
patsubst(role_typesX$1,`
',`
')
};
')
|