16cd6a6acSopenharmony_ci
26cd6a6acSopenharmony_ci########################################
36cd6a6acSopenharmony_ci#
46cd6a6acSopenharmony_ci# Helper macros
56cd6a6acSopenharmony_ci#
66cd6a6acSopenharmony_ci
76cd6a6acSopenharmony_ci########################################
86cd6a6acSopenharmony_ci#
96cd6a6acSopenharmony_ci# gen_user(username, prefix, role_set, mls_defaultlevel, mls_range, [mcs_categories])
106cd6a6acSopenharmony_ci#
116cd6a6acSopenharmony_cidefine(`gen_user',`dnl
126cd6a6acSopenharmony_ciifdef(`users_extra',`dnl
136cd6a6acSopenharmony_ciifelse(`$2',,,`user $1 prefix $2;')
146cd6a6acSopenharmony_ci',`dnl
156cd6a6acSopenharmony_ciuser $1 roles { $3 }`'ifdef(`enable_mls', ` level $4 range $5')`'ifdef(`enable_mcs',` level s0 range s0`'ifelse(`$6',,,` - s0:$6')');
166cd6a6acSopenharmony_ci')dnl
176cd6a6acSopenharmony_ci')
186cd6a6acSopenharmony_ci
196cd6a6acSopenharmony_ci########################################
206cd6a6acSopenharmony_ci#
216cd6a6acSopenharmony_ci# gen_context(context,mls_sensitivity,[mcs_categories])
226cd6a6acSopenharmony_ci#
236cd6a6acSopenharmony_cidefine(`gen_context',`$1`'ifdef(`enable_mls',`:$2')`'ifdef(`enable_mcs',`:s0`'ifelse(`$3',,,`:$3')')') dnl
24