#include <linux/types.h>
#include <rsbac/aci.h>
#include <rsbac/types.h>
#include <rsbac/lists.h>
Go to the source code of this file.
#define RSBAC_ACL_ACMAN_DEV_ENTRY |
Value:
{ ACLS_USER, \ RSBAC_SECOFF_UID, \ ( RSBAC_DEV_REQUEST_VECTOR & \ ( RSBAC_READ_WRITE_REQUEST_VECTOR | RSBAC_SECURITY_REQUEST_VECTOR ) ) \ | RSBAC_ACL_ACMAN_RIGHTS_VECTOR }
Definition at line 43 of file acl_data_structures.h.
Referenced by acl_create_def().
#define RSBAC_ACL_ACMAN_FD_ENTRY |
Value:
{ ACLS_USER, \ RSBAC_SECOFF_UID, \ ( RSBAC_FD_REQUEST_VECTOR & \ ( RSBAC_READ_WRITE_REQUEST_VECTOR | RSBAC_EXECUTE_REQUEST_VECTOR | RSBAC_SECURITY_REQUEST_VECTOR ) ) \ | RSBAC_ACL_ACMAN_RIGHTS_VECTOR }
Definition at line 24 of file acl_data_structures.h.
Referenced by acl_create_def().
#define RSBAC_ACL_ACMAN_G_ENTRY |
Value:
{ ACLS_USER, \ RSBAC_SECOFF_UID, \ ( RSBAC_GROUP_REQUEST_VECTOR & \ ( RSBAC_READ_WRITE_REQUEST_VECTOR | RSBAC_SECURITY_REQUEST_VECTOR ) ) \ | RSBAC_ACL_ACMAN_RIGHTS_VECTOR }
Definition at line 224 of file acl_data_structures.h.
Referenced by acl_create_def2().
#define RSBAC_ACL_ACMAN_IPC_ENTRY |
Value:
{ ACLS_USER, \ RSBAC_SECOFF_UID, \ ( RSBAC_IPC_REQUEST_VECTOR & \ ( RSBAC_READ_WRITE_REQUEST_VECTOR | RSBAC_SECURITY_REQUEST_VECTOR ) ) \ | RSBAC_ACL_ACMAN_RIGHTS_VECTOR }
Definition at line 62 of file acl_data_structures.h.
Referenced by acl_create_def().
#define RSBAC_ACL_ACMAN_NETDEV_ENTRY |
Value:
{ ACLS_USER, \ RSBAC_SECOFF_UID, \ ( RSBAC_NETDEV_REQUEST_VECTOR & \ ( RSBAC_READ_WRITE_REQUEST_VECTOR | RSBAC_SECURITY_REQUEST_VECTOR ) ) \ | RSBAC_ACL_ACMAN_RIGHTS_VECTOR }
Definition at line 241 of file acl_data_structures.h.
Referenced by acl_create_def2().
#define RSBAC_ACL_ACMAN_NETOBJ_ENTRY |
Value:
{ ACLS_USER, \ RSBAC_SECOFF_UID, \ ( RSBAC_NETOBJ_REQUEST_VECTOR & \ ( RSBAC_READ_WRITE_REQUEST_VECTOR | RSBAC_SECURITY_REQUEST_VECTOR ) ) \ | RSBAC_REQUEST_VECTOR(R_MODIFY_SYSTEM_DATA) \ | RSBAC_ACL_ACMAN_RIGHTS_VECTOR }
Definition at line 281 of file acl_data_structures.h.
Referenced by acl_create_def2().
#define RSBAC_ACL_ACMAN_NETTEMP_NT_ENTRY |
Value:
{ ACLS_USER, \ RSBAC_SECOFF_UID, \ ( RSBAC_NETTEMP_REQUEST_VECTOR & \ ( RSBAC_READ_WRITE_REQUEST_VECTOR | RSBAC_SECURITY_REQUEST_VECTOR ) ) \ | RSBAC_ACL_ACMAN_RIGHTS_VECTOR }
Definition at line 260 of file acl_data_structures.h.
Referenced by acl_create_def2().
#define RSBAC_ACL_ACMAN_P_ENTRY |
Value:
{ ACLS_USER, \ RSBAC_SECOFF_UID, \ ( RSBAC_PROCESS_REQUEST_VECTOR & \ ( RSBAC_READ_WRITE_REQUEST_VECTOR | RSBAC_SECURITY_REQUEST_VECTOR ) ) \ | RSBAC_ACL_ACMAN_RIGHTS_VECTOR }
Definition at line 205 of file acl_data_structures.h.
Referenced by acl_create_def2().
#define RSBAC_ACL_ACMAN_SCD_ENTRY |
Value:
{ ACLS_USER, \ RSBAC_SECOFF_UID, \ ( RSBAC_SCD_REQUEST_VECTOR & \ ( RSBAC_READ_WRITE_REQUEST_VECTOR | RSBAC_SECURITY_REQUEST_VECTOR ) ) \ | RSBAC_ACL_ACMAN_RIGHTS_VECTOR }
Definition at line 105 of file acl_data_structures.h.
Referenced by acl_create_def().
#define RSBAC_ACL_ACMAN_SCD_OTHER_ENTRY |
Value:
{ ACLS_USER, \ RSBAC_SECOFF_UID, \ ( RSBAC_NONE_REQUEST_VECTOR & \ ( \ ((rsbac_request_vector_t) 1 << R_MAP_EXEC) \ | ((rsbac_request_vector_t) 1 << R_MODIFY_ATTRIBUTE) \ | ((rsbac_request_vector_t) 1 << R_GET_STATUS_DATA) \ | ((rsbac_request_vector_t) 1 << R_MODIFY_PERMISSIONS_DATA) \ | ((rsbac_request_vector_t) 1 << R_READ_ATTRIBUTE) \ | ((rsbac_request_vector_t) 1 << R_SWITCH_LOG) \ | ((rsbac_request_vector_t) 1 << R_SWITCH_MODULE) \ ) \ ) \ | RSBAC_ACL_ACMAN_RIGHTS_VECTOR }
Definition at line 112 of file acl_data_structures.h.
Referenced by acl_create_def().
#define RSBAC_ACL_ACMAN_U_ENTRY |
#define RSBAC_ACL_AUDITOR_SCD_RSBACLOG_ENTRY |
Value:
{ ACLS_USER, \ RSBAC_AUDITOR_UID, \ ( RSBAC_SCD_REQUEST_VECTOR & \ ( \ ((rsbac_request_vector_t) 1 << R_GET_STATUS_DATA) \ | ((rsbac_request_vector_t) 1 << R_MODIFY_SYSTEM_DATA) \ ) \ ) \ }
Definition at line 161 of file acl_data_structures.h.
Referenced by acl_create_def().
#define RSBAC_ACL_DEF_DEV_FILENAME "acldev.df" |
#define RSBAC_ACL_DEF_DEV_LIST_VERSION 2 |
#define RSBAC_ACL_DEF_DEV_OLD_LIST_VERSION 1 |
#define RSBAC_ACL_DEF_FD_FILENAME "aclfd.df" |
#define RSBAC_ACL_DEF_FD_LIST_VERSION 2 |
#define RSBAC_ACL_DEF_FD_OLD_LIST_VERSION 1 |
#define RSBAC_ACL_DEF_G_FILENAME "acllgrp.df" |
#define RSBAC_ACL_DEF_G_LIST_VERSION 2 |
#define RSBAC_ACL_DEF_G_OLD_LIST_VERSION 1 |
#define RSBAC_ACL_DEF_IPC_FILENAME "aclipc.df" |
#define RSBAC_ACL_DEF_IPC_LIST_VERSION 2 |
#define RSBAC_ACL_DEF_IPC_OLD_LIST_VERSION 1 |
#define RSBAC_ACL_DEF_NETDEV_FILENAME "aclndev.df" |
#define RSBAC_ACL_DEF_NETDEV_LIST_VERSION 2 |
#define RSBAC_ACL_DEF_NETDEV_OLD_LIST_VERSION 1 |
#define RSBAC_ACL_DEF_NETOBJ_FILENAME "aclno.df" |
#define RSBAC_ACL_DEF_NETOBJ_LIST_VERSION 2 |
#define RSBAC_ACL_DEF_NETOBJ_OLD_LIST_VERSION 1 |
#define RSBAC_ACL_DEF_NETTEMP_NT_FILENAME "aclntnt.df" |
#define RSBAC_ACL_DEF_NETTEMP_NT_LIST_VERSION 2 |
#define RSBAC_ACL_DEF_NETTEMP_NT_OLD_LIST_VERSION 1 |
#define RSBAC_ACL_DEF_P_FILENAME "aclproc.df" |
#define RSBAC_ACL_DEF_P_LIST_VERSION 2 |
#define RSBAC_ACL_DEF_P_OLD_LIST_VERSION 1 |
#define RSBAC_ACL_DEF_SCD_FILENAME "aclscd.df" |
#define RSBAC_ACL_DEF_SCD_LIST_VERSION 2 |
#define RSBAC_ACL_DEF_SCD_OLD_LIST_VERSION 1 |
#define RSBAC_ACL_DEF_U_FILENAME "acluser.df" |
#define RSBAC_ACL_DEF_U_LIST_VERSION 2 |
#define RSBAC_ACL_DEF_U_OLD_LIST_VERSION 1 |
#define RSBAC_ACL_DEV_FILENAME "acldev" |
#define RSBAC_ACL_DEV_LIST_VERSION 3 |
#define RSBAC_ACL_DEV_MAJOR_FILENAME "acldevm" |
#define RSBAC_ACL_DEV_OLD_LIST_VERSION 2 |
Definition at line 348 of file acl_data_structures.h.
Referenced by dev_get_conv(), and dev_get_subconv().
#define RSBAC_ACL_DEV_OLD_OLD_LIST_VERSION 1 |
Definition at line 349 of file acl_data_structures.h.
Referenced by dev_get_conv(), and dev_get_subconv().
#define RSBAC_ACL_FD_FILENAME "aclfd" |
Definition at line 310 of file acl_data_structures.h.
Referenced by acl_detach_fd_lists(), and acl_register_fd_lists().
#define RSBAC_ACL_FD_LIST_VERSION 2 |
#define RSBAC_ACL_FD_OLD_FILENAME "aclfd." |
#define RSBAC_ACL_FD_OLD_LIST_VERSION 1 |
Definition at line 316 of file acl_data_structures.h.
Referenced by fd_get_conv(), and fd_get_subconv().
#define RSBAC_ACL_G_FILENAME "acllgrp" |
#define RSBAC_ACL_G_LIST_VERSION 1 |
#define RSBAC_ACL_GENERAL_DEV_ENTRY |
Value:
{ ACLS_GROUP, \ RSBAC_ACL_GROUP_EVERYONE, \ ( RSBAC_DEV_REQUEST_VECTOR & RSBAC_READ_WRITE_REQUEST_VECTOR ) | RSBAC_ACL_GEN_RIGHTS_VECTOR }
Definition at line 38 of file acl_data_structures.h.
Referenced by acl_create_def().
#define RSBAC_ACL_GENERAL_FD_ENTRY |
Value:
{ ACLS_GROUP, \ RSBAC_ACL_GROUP_EVERYONE, \ ( RSBAC_FD_REQUEST_VECTOR & RSBAC_READ_WRITE_REQUEST_VECTOR ) | RSBAC_EXECUTE_REQUEST_VECTOR | RSBAC_ACL_GEN_RIGHTS_VECTOR }
Definition at line 19 of file acl_data_structures.h.
Referenced by acl_create_def().
#define RSBAC_ACL_GENERAL_G_ENTRY |
Value:
{ ACLS_GROUP, \ RSBAC_ACL_GROUP_EVERYONE, \ RSBAC_REQUEST_VECTOR(R_SEARCH) | RSBAC_REQUEST_VECTOR(R_READ) }
Definition at line 219 of file acl_data_structures.h.
Referenced by acl_create_def2().
#define RSBAC_ACL_GENERAL_IPC_ENTRY |
Value:
{ ACLS_GROUP, \ RSBAC_ACL_GROUP_EVERYONE, \ ( RSBAC_IPC_REQUEST_VECTOR & RSBAC_READ_WRITE_REQUEST_VECTOR ) | RSBAC_ACL_GEN_RIGHTS_VECTOR }
Definition at line 57 of file acl_data_structures.h.
Referenced by acl_create_def().
#define RSBAC_ACL_GENERAL_NETDEV_ENTRY |
Value:
{ ACLS_GROUP, \ RSBAC_ACL_GROUP_EVERYONE, \ ( RSBAC_NETDEV_REQUEST_VECTOR ) | RSBAC_ACL_GEN_RIGHTS_VECTOR }
Definition at line 236 of file acl_data_structures.h.
Referenced by acl_create_def2().
#define RSBAC_ACL_GENERAL_NETOBJ_ENTRY |
Value:
{ ACLS_GROUP, \ RSBAC_ACL_GROUP_EVERYONE, \ ( RSBAC_NETOBJ_REQUEST_VECTOR & RSBAC_READ_WRITE_REQUEST_VECTOR ) \ | RSBAC_REQUEST_VECTOR(R_MODIFY_SYSTEM_DATA) \ | RSBAC_ACL_GEN_RIGHTS_VECTOR }
Definition at line 274 of file acl_data_structures.h.
Referenced by acl_create_def2().
#define RSBAC_ACL_GENERAL_NETTEMP_NT_ENTRY |
Value:
{ ACLS_GROUP, \ RSBAC_ACL_GROUP_EVERYONE, \ ( RSBAC_NETTEMP_REQUEST_VECTOR & RSBAC_READ_REQUEST_VECTOR ) | RSBAC_ACL_GEN_RIGHTS_VECTOR }
Definition at line 255 of file acl_data_structures.h.
Referenced by acl_create_def2().
#define RSBAC_ACL_GENERAL_P_ENTRY |
Value:
{ ACLS_GROUP, \ RSBAC_ACL_GROUP_EVERYONE, \ ( RSBAC_PROCESS_REQUEST_VECTOR & RSBAC_READ_WRITE_REQUEST_VECTOR ) | RSBAC_ACL_GEN_RIGHTS_VECTOR }
Definition at line 200 of file acl_data_structures.h.
Referenced by acl_create_def2().
#define RSBAC_ACL_GENERAL_SCD_ENTRY |
Value:
{ ACLS_GROUP, \ RSBAC_ACL_GROUP_EVERYONE, \ ( RSBAC_SCD_REQUEST_VECTOR & \ ( RSBAC_READ_WRITE_REQUEST_VECTOR | ((rsbac_request_vector_t) 1 << R_MODIFY_SYSTEM_DATA) ) \ ) \ | RSBAC_ACL_GEN_RIGHTS_VECTOR \ }
Definition at line 76 of file acl_data_structures.h.
Referenced by acl_create_def().
#define RSBAC_ACL_GENERAL_SCD_NETWORK_ENTRY |
Value:
{ ACLS_GROUP, \ RSBAC_ACL_GROUP_EVERYONE, \ ((rsbac_request_vector_t) 1 << R_GET_STATUS_DATA) \ }
Definition at line 99 of file acl_data_structures.h.
Referenced by acl_create_def().
#define RSBAC_ACL_GENERAL_SCD_OTHER_ENTRY |
Value:
{ ACLS_GROUP, \ RSBAC_ACL_GROUP_EVERYONE, \ ((rsbac_request_vector_t) 1 << R_MAP_EXEC) \ }
Definition at line 93 of file acl_data_structures.h.
Referenced by acl_create_def().
#define RSBAC_ACL_GENERAL_U_ENTRY |
Value:
{ ACLS_GROUP, \ RSBAC_ACL_GROUP_EVERYONE, \ RSBAC_REQUEST_VECTOR(R_CHANGE_OWNER) | RSBAC_REQUEST_VECTOR(R_SEARCH) \ | RSBAC_REQUEST_VECTOR(R_GET_STATUS_DATA) }
Definition at line 180 of file acl_data_structures.h.
Referenced by acl_create_def2().
#define RSBAC_ACL_GM_FILENAME "aclgm" |
#define RSBAC_ACL_GM_VERSION 1 |
#define RSBAC_ACL_GROUP_FILENAME "aclgrp" |
#define RSBAC_ACL_LIST_KEY 0x815affe |
Definition at line 17 of file acl_data_structures.h.
Referenced by acl_detach_fd_lists(), acl_register_fd_lists(), and rsbac_init_acl().
#define RSBAC_ACL_NETDEV_FILENAME "aclndev" |
#define RSBAC_ACL_NETDEV_LIST_VERSION 2 |
#define RSBAC_ACL_NETDEV_OLD_LIST_VERSION 1 |
Definition at line 407 of file acl_data_structures.h.
Referenced by netdev_get_conv(), and netdev_get_subconv().
#define RSBAC_ACL_NETOBJ_FILENAME "aclno" |
#define RSBAC_ACL_NETOBJ_LIST_VERSION 2 |
#define RSBAC_ACL_NETOBJ_OLD_LIST_VERSION 1 |
Definition at line 432 of file acl_data_structures.h.
#define RSBAC_ACL_NETTEMP_FILENAME "aclnt" |
#define RSBAC_ACL_NETTEMP_LIST_VERSION 2 |
#define RSBAC_ACL_NETTEMP_NT_FILENAME "aclntnt" |
#define RSBAC_ACL_NETTEMP_NT_LIST_VERSION 2 |
#define RSBAC_ACL_NETTEMP_NT_OLD_LIST_VERSION 1 |
Definition at line 418 of file acl_data_structures.h.
Referenced by nettemp_nt_get_conv(), and nettemp_nt_get_subconv().
#define RSBAC_ACL_NETTEMP_OLD_LIST_VERSION 1 |
Definition at line 429 of file acl_data_structures.h.
Referenced by nettemp_get_conv(), and nettemp_get_subconv().
#define RSBAC_ACL_NR_FD_LISTS 4 |
Definition at line 313 of file acl_data_structures.h.
#define RSBAC_ACL_SCD_FILENAME "aclscd" |
#define RSBAC_ACL_SCD_LIST_VERSION 2 |
#define RSBAC_ACL_SCD_OLD_LIST_VERSION 1 |
Definition at line 370 of file acl_data_structures.h.
Referenced by scd_get_conv(), and scd_get_subconv().
#define RSBAC_ACL_SYSADM_DEV_ENTRY |
Value:
{ ACLS_USER, \ RSBAC_SYSADM_UID, \ ( RSBAC_DEV_REQUEST_VECTOR & \ ( RSBAC_READ_WRITE_REQUEST_VECTOR | RSBAC_SYSTEM_REQUEST_VECTOR ) ) \ | RSBAC_ACL_SYSADM_RIGHTS_VECTOR }
Definition at line 50 of file acl_data_structures.h.
Referenced by acl_create_def().
#define RSBAC_ACL_SYSADM_FD_ENTRY |
Value:
{ ACLS_USER, \ RSBAC_SYSADM_UID, \ ( RSBAC_FD_REQUEST_VECTOR & \ ( RSBAC_READ_WRITE_REQUEST_VECTOR | RSBAC_EXECUTE_REQUEST_VECTOR | RSBAC_SYSTEM_REQUEST_VECTOR ) ) \ | RSBAC_ACL_SYSADM_RIGHTS_VECTOR }
Definition at line 31 of file acl_data_structures.h.
Referenced by acl_create_def().
#define RSBAC_ACL_SYSADM_G_ENTRY |
#define RSBAC_ACL_SYSADM_IPC_ENTRY |
Value:
{ ACLS_USER, \ RSBAC_SYSADM_UID, \ ( RSBAC_IPC_REQUEST_VECTOR & \ ( RSBAC_READ_WRITE_REQUEST_VECTOR | RSBAC_SYSTEM_REQUEST_VECTOR ) ) \ | RSBAC_ACL_SYSADM_RIGHTS_VECTOR }
Definition at line 69 of file acl_data_structures.h.
Referenced by acl_create_def().
#define RSBAC_ACL_SYSADM_NETDEV_ENTRY |
Value:
{ ACLS_USER, \ RSBAC_SYSADM_UID, \ ( RSBAC_NETDEV_REQUEST_VECTOR & \ ( RSBAC_READ_WRITE_REQUEST_VECTOR | RSBAC_SYSTEM_REQUEST_VECTOR ) ) \ | RSBAC_ACL_SYSADM_RIGHTS_VECTOR }
Definition at line 248 of file acl_data_structures.h.
Referenced by acl_create_def2().
#define RSBAC_ACL_SYSADM_NETOBJ_ENTRY |
Value:
{ ACLS_USER, \ RSBAC_SYSADM_UID, \ ( RSBAC_NETOBJ_REQUEST_VECTOR & \ ( RSBAC_READ_WRITE_REQUEST_VECTOR | RSBAC_SYSTEM_REQUEST_VECTOR ) ) \ | RSBAC_REQUEST_VECTOR(R_MODIFY_SYSTEM_DATA) \ | RSBAC_ACL_SYSADM_RIGHTS_VECTOR }
Definition at line 289 of file acl_data_structures.h.
Referenced by acl_create_def2().
#define RSBAC_ACL_SYSADM_NETTEMP_NT_ENTRY |
Value:
{ ACLS_USER, \ RSBAC_SYSADM_UID, \ ( RSBAC_NETTEMP_REQUEST_VECTOR & \ ( RSBAC_READ_REQUEST_VECTOR | RSBAC_SYSTEM_REQUEST_VECTOR ) ) \ | RSBAC_ACL_SYSADM_RIGHTS_VECTOR }
Definition at line 267 of file acl_data_structures.h.
Referenced by acl_create_def2().
#define RSBAC_ACL_SYSADM_P_ENTRY |
Value:
{ ACLS_USER, \ RSBAC_SYSADM_UID, \ ( RSBAC_PROCESS_REQUEST_VECTOR & \ ( RSBAC_READ_WRITE_REQUEST_VECTOR | RSBAC_SYSTEM_REQUEST_VECTOR ) ) \ | RSBAC_ACL_SYSADM_RIGHTS_VECTOR }
Definition at line 212 of file acl_data_structures.h.
Referenced by acl_create_def2().
#define RSBAC_ACL_SYSADM_SCD_ENTRY |
Value:
{ ACLS_USER, \ RSBAC_SYSADM_UID, \ ( RSBAC_SCD_REQUEST_VECTOR & \ ( \ ((rsbac_request_vector_t) 1 << R_GET_PERMISSIONS_DATA) \ | ((rsbac_request_vector_t) 1 << R_GET_STATUS_DATA) \ | ((rsbac_request_vector_t) 1 << R_MODIFY_PERMISSIONS_DATA) \ | ((rsbac_request_vector_t) 1 << R_MODIFY_SYSTEM_DATA) \ | ((rsbac_request_vector_t) 1 << R_WRITE) \ ) \ ) \ | RSBAC_ACL_SYSADM_RIGHTS_VECTOR }
Definition at line 128 of file acl_data_structures.h.
Referenced by acl_create_def().
#define RSBAC_ACL_SYSADM_SCD_OTHER_ENTRY |
Value:
{ ACLS_USER, \ RSBAC_SYSADM_UID, \ ( RSBAC_NONE_REQUEST_VECTOR & \ ( \ ((rsbac_request_vector_t) 1 << R_ADD_TO_KERNEL) \ | ((rsbac_request_vector_t) 1 << R_CHANGE_GROUP) \ | ((rsbac_request_vector_t) 1 << R_CHANGE_OWNER) \ | ((rsbac_request_vector_t) 1 << R_GET_STATUS_DATA) \ | ((rsbac_request_vector_t) 1 << R_MAP_EXEC) \ | ((rsbac_request_vector_t) 1 << R_MOUNT) \ | ((rsbac_request_vector_t) 1 << R_REMOVE_FROM_KERNEL) \ | ((rsbac_request_vector_t) 1 << R_UMOUNT) \ | ((rsbac_request_vector_t) 1 << R_SHUTDOWN) \ ) \ ) \ | ((rsbac_request_vector_t) 1 << R_MODIFY_SYSTEM_DATA) \ | RSBAC_ACL_SYSADM_RIGHTS_VECTOR }
Definition at line 142 of file acl_data_structures.h.
Referenced by acl_create_def().
#define RSBAC_ACL_SYSADM_U_ENTRY |
Value:
{ ACLS_USER, \ RSBAC_SYSADM_UID, \ RSBAC_REQUEST_VECTOR(R_CHANGE_OWNER) | RSBAC_ACL_RIGHTS_VECTOR(R_READ_ATTRIBUTE) \ | RSBAC_REQUEST_VECTOR(R_SEARCH) | RSBAC_REQUEST_VECTOR(R_GET_STATUS_DATA) \ | RSBAC_REQUEST_VECTOR(R_AUTHENTICATE) \ | RSBAC_ACL_SYSADM_RIGHTS_VECTOR }
Definition at line 192 of file acl_data_structures.h.
Referenced by acl_create_def2().
#define RSBAC_ACL_U_FILENAME "acluser" |
#define RSBAC_ACL_U_LIST_VERSION 1 |
#define RSBAC_ACL_VERSION 1 |
Definition at line 304 of file acl_data_structures.h.