This allows us to determine information flow. These mappings will be loadable so that users can re-map them as they see fit.
Definition at line 62 of file perm-map.c.
Public Attributes | |
| char * | name |
| name of permission | |
| unsigned char | map |
| one of APOL_PERMMAP_READ, etc. | |
| int | weight |
| the weight (importance) of this perm. | |
|
|
name of permission
Definition at line 65 of file perm-map.c. Referenced by apol_policy_save_permmap(), are_all_perms_mapped(), find_permmap_perm(), and permmap_perm_free(). |
|
|
one of APOL_PERMMAP_READ, etc.
Definition at line 67 of file perm-map.c. Referenced by apol_permmap_perm_create(), apol_policy_get_permmap(), apol_policy_save_permmap(), apol_policy_set_permmap(), are_all_perms_mapped(), and parse_permmap_class(). |
|
|
the weight (importance) of this perm. (least) 1 - 10 (most) Definition at line 69 of file perm-map.c. Referenced by apol_permmap_perm_create(), apol_policy_get_permmap(), apol_policy_save_permmap(), apol_policy_set_permmap(), and parse_permmap_class(). |