xref: /aosp_15_r20/system/sepolicy/private/mls_decl (revision e4a36f4174b17bbab9dc043f4a65dc8d87377290)
1*e4a36f41SAndroid Build Coastguard Worker#########################################
2*e4a36f41SAndroid Build Coastguard Worker# MLS declarations
3*e4a36f41SAndroid Build Coastguard Worker#
4*e4a36f41SAndroid Build Coastguard Worker
5*e4a36f41SAndroid Build Coastguard Worker# Generate the desired number of sensitivities and categories.
6*e4a36f41SAndroid Build Coastguard Workergen_sens(mls_num_sens)
7*e4a36f41SAndroid Build Coastguard Workergen_cats(mls_num_cats)
8*e4a36f41SAndroid Build Coastguard Worker
9*e4a36f41SAndroid Build Coastguard Worker# Generate level definitions for each sensitivity and category.
10*e4a36f41SAndroid Build Coastguard Workergen_levels(mls_num_sens,mls_num_cats)
11