Go to the source code of this file.
Defines | |
| #define | RSBAC_RC_NR_ROLE_ENTRY_ITEMS 24 |
| #define | RSBAC_RC_ROLE_ENTRY_ITEM_LIST |
| #define | RSBAC_RC_TYPE_VERSION 1 |
| #define | RSBAC_RC_NR_TYPE_ENTRY_ITEMS 10 |
| #define | RSBAC_RC_TYPE_ENTRY_ITEM_LIST |
| #define | RSBAC_RC_GENERAL_ROLE_ENTRY |
| #define | RSBAC_RC_ROLE_ADMIN_ROLE_ENTRY |
| #define | RSBAC_RC_SYSTEM_ADMIN_ROLE_ENTRY |
| #define | RSBAC_RC_BOOT_ROLE_ENTRY |
| #define | RSBAC_RC_AUDITOR_ROLE_ENTRY |
|
|
Value: { \
.admin_type = RC_no_admin, \
.name = "Auditor", \
.def_fd_create_type = RC_type_inherit_parent, \
.def_user_create_type = RSBAC_RC_GENERAL_TYPE, \
.def_process_create_type = RC_type_inherit_parent, \
.def_process_chown_type = RC_type_use_new_role_def_create, \
.def_process_execute_type = RC_type_inherit_parent, \
.def_ipc_create_type = RSBAC_RC_GENERAL_TYPE, \
.def_group_create_type = RSBAC_RC_GENERAL_TYPE, \
.boot_role = FALSE, \
}
Definition at line 290 of file rc_data_structures.h. Referenced by rsbac_init_rc(). |
|
|
Value: { \
.admin_type = RC_no_admin, \
.name = "System Boot", \
.def_fd_create_type = RC_type_inherit_parent, \
.def_user_create_type = RSBAC_RC_GENERAL_TYPE, \
.def_process_create_type = RC_type_inherit_parent, \
.def_process_chown_type = RC_type_use_new_role_def_create, \
.def_process_execute_type = RC_type_inherit_parent, \
.def_ipc_create_type = RSBAC_RC_GENERAL_TYPE, \
.def_group_create_type = RSBAC_RC_GENERAL_TYPE, \
.boot_role = TRUE, \
}
Definition at line 276 of file rc_data_structures.h. Referenced by rsbac_init_rc(). |
|
|
Value: { \
.admin_type = RC_no_admin, \
.name = "General User", \
.def_fd_create_type = RC_type_inherit_parent, \
.def_user_create_type = RSBAC_RC_GENERAL_TYPE, \
.def_process_create_type = RC_type_inherit_parent, \
.def_process_chown_type = RC_type_use_new_role_def_create, \
.def_process_execute_type = RC_type_inherit_parent, \
.def_ipc_create_type = RSBAC_RC_GENERAL_TYPE, \
.def_group_create_type = RSBAC_RC_GENERAL_TYPE, \
.boot_role = FALSE, \
}
Definition at line 234 of file rc_data_structures.h. Referenced by rsbac_init_rc(). |
|
|
Definition at line 173 of file rc_data_structures.h. |
|
|
Definition at line 216 of file rc_data_structures.h. |
|
|
Value: { \
.admin_type = RC_role_admin, \
.name = "Role Admin", \
.def_fd_create_type = RC_type_inherit_parent, \
.def_user_create_type = RSBAC_RC_GENERAL_TYPE, \
.def_process_create_type = RC_type_inherit_parent, \
.def_process_chown_type = RC_type_use_new_role_def_create, \
.def_process_execute_type = RC_type_inherit_parent, \
.def_ipc_create_type = RSBAC_RC_GENERAL_TYPE, \
.def_group_create_type = RSBAC_RC_GENERAL_TYPE, \
.boot_role = FALSE, \
}
Definition at line 248 of file rc_data_structures.h. Referenced by rsbac_init_rc(). |
|
|
Value: { \
RI_role_comp, \
RI_admin_roles, \
RI_assign_roles, \
RI_type_comp_fd, \
RI_type_comp_dev, \
RI_type_comp_user, \
RI_type_comp_process, \
RI_type_comp_ipc, \
RI_type_comp_scd, \
RI_type_comp_group, \
RI_type_comp_netdev, \
RI_type_comp_nettemp, \
RI_type_comp_netobj, \
RI_admin_type, \
RI_name, \
RI_def_fd_create_type, \
RI_def_fd_ind_create_type, \
RI_def_user_create_type, \
RI_def_process_create_type, \
RI_def_process_chown_type, \
RI_def_process_execute_type, \
RI_def_ipc_create_type, \
RI_def_group_create_type, \
RI_boot_role \
}
Definition at line 174 of file rc_data_structures.h. |
|
|
Value: { \
.admin_type = RC_system_admin, \
.name = "System Admin", \
.def_fd_create_type = RC_type_inherit_parent, \
.def_user_create_type = RSBAC_RC_GENERAL_TYPE, \
.def_process_create_type = RC_type_inherit_parent, \
.def_process_chown_type = RC_type_use_new_role_def_create, \
.def_process_execute_type = RC_type_inherit_parent, \
.def_ipc_create_type = RSBAC_RC_GENERAL_TYPE, \
.def_group_create_type = RSBAC_RC_GENERAL_TYPE, \
.boot_role = FALSE, \
}
Definition at line 262 of file rc_data_structures.h. Referenced by rsbac_init_rc(). |
|
|
Value: { \
RI_type_fd_name, \
RI_type_dev_name, \
RI_type_ipc_name, \
RI_type_scd_name, \
RI_type_process_name, \
RI_type_group_name, \
RI_type_netdev_name, \
RI_type_nettemp_name, \
RI_type_netobj_name, \
RI_type_fd_need_secdel \
}
Definition at line 217 of file rc_data_structures.h. |
|
|
Definition at line 208 of file rc_data_structures.h. |
1.4.2