1 /* begin include file - access_audit_eventflags.incl.pl1 */ 2 /* NOTE: This include file has an ALM counterpart made with cif. 3 Keep it up to date. */ 4 5 dcl 1 audit_event_flags based aligned, 6 2 special_op bit (1) unal, /* special sys operation */ 7 2 grant bit (1) unal, /* operation was successful */ 8 2 admin_op bit (1) unal, /* administrative operation */ 9 2 priv_op bit (1) unal, /* privileged operation */ 10 2 cc_1_10 bit (1) unal, /* small covert channel */ 11 2 cc_10_100 bit (1) unal, /* moderate covert channel */ 12 2 receiver bit (1) unal, /* on receiving end of channel */ 13 2 pad bit (29) unal; 14 15 /* end include file - access_audit_eventflags.incl.pl1 */