Print this page
11842 Want audit events for auditon(A_SETPMASK) and friends
Reviewed by: John Levon <john.levon@joyent.com>
Reviewed by: Andy Fiddaman <andy@omniosce.org>


 332 #define AUE_CONFIGKSSL          293     /* =as kernel SSL */
 333 #define AUE_BRANDSYS            294     /* =ot */
 334 #define AUE_PF_POLICY_ADDRULE   295     /* =as Add IPsec policy rule */
 335 #define AUE_PF_POLICY_DELRULE   296     /* =as Delete IPsec policy rule */
 336 #define AUE_PF_POLICY_CLONE     297     /* =as Clone IPsec policy */
 337 #define AUE_PF_POLICY_FLIP      298     /* =as Flip IPsec policy */
 338 #define AUE_PF_POLICY_FLUSH     299     /* =as Flush IPsec policy rules */
 339 #define AUE_PF_POLICY_ALGS      300     /* =as Update IPsec algorithms */
 340 #define AUE_PORTFS              301     /* =no portfs(2) - place holder */
 341 #define AUE_LABELSYS_TNRH       302     /* =as tnrh(2) */
 342 #define AUE_LABELSYS_TNRHTP     303     /* =as tnrhtp(2) */
 343 #define AUE_LABELSYS_TNMLP      304     /* =as tnmlp(2) */
 344 #define AUE_PORTFS_ASSOCIATE    305     /* =fa portfs(2) - port associate */
 345 #define AUE_PORTFS_DISSOCIATE   306     /* =fa portfs(2) - port disassociate */
 346 #define AUE_SETSID              307     /* =pm setsid(2) */
 347 #define AUE_SETPGID             308     /* =pm setpgid(2) */
 348 #define AUE_FACCESSAT           309     /* =no obsolete */
 349 #define AUE_AUDITON_GETAMASK    310     /* =aa */
 350 #define AUE_AUDITON_SETAMASK    311     /* =as */
 351 #define AUE_PSECFLAGS           312     /* =pm psecflags */
 352 #define AUE_SACL                313     /* =sa SACL auditing */





 353 
 354 /* NOTE: update MAX_KEVENTS below if events are added. */
 355 #define MAX_KEVENTS             313
 356 
 357 #ifdef __cplusplus
 358 }
 359 #endif
 360 
 361 #endif /* _BSM_AUDIT_KEVENTS_H */


 332 #define AUE_CONFIGKSSL          293     /* =as kernel SSL */
 333 #define AUE_BRANDSYS            294     /* =ot */
 334 #define AUE_PF_POLICY_ADDRULE   295     /* =as Add IPsec policy rule */
 335 #define AUE_PF_POLICY_DELRULE   296     /* =as Delete IPsec policy rule */
 336 #define AUE_PF_POLICY_CLONE     297     /* =as Clone IPsec policy */
 337 #define AUE_PF_POLICY_FLIP      298     /* =as Flip IPsec policy */
 338 #define AUE_PF_POLICY_FLUSH     299     /* =as Flush IPsec policy rules */
 339 #define AUE_PF_POLICY_ALGS      300     /* =as Update IPsec algorithms */
 340 #define AUE_PORTFS              301     /* =no portfs(2) - place holder */
 341 #define AUE_LABELSYS_TNRH       302     /* =as tnrh(2) */
 342 #define AUE_LABELSYS_TNRHTP     303     /* =as tnrhtp(2) */
 343 #define AUE_LABELSYS_TNMLP      304     /* =as tnmlp(2) */
 344 #define AUE_PORTFS_ASSOCIATE    305     /* =fa portfs(2) - port associate */
 345 #define AUE_PORTFS_DISSOCIATE   306     /* =fa portfs(2) - port disassociate */
 346 #define AUE_SETSID              307     /* =pm setsid(2) */
 347 #define AUE_SETPGID             308     /* =pm setpgid(2) */
 348 #define AUE_FACCESSAT           309     /* =no obsolete */
 349 #define AUE_AUDITON_GETAMASK    310     /* =aa */
 350 #define AUE_AUDITON_SETAMASK    311     /* =as */
 351 #define AUE_PSECFLAGS           312     /* =pm psecflags */
 352 #define AUE_SACL                313     /* =sa SACL auditing (reserved) */
 353 #define AUE_AUDITON_GETPINFO    314     /* =aa */
 354 #define AUE_AUDITON_SETPMASK    315     /* =as */
 355 #define AUE_AUDITON_GETKAUDIT   316     /* =aa */
 356 #define AUE_AUDITON_SETKAUDIT   317     /* =as */
 357 #define AUE_AUDITON_OTHER       318     /* =aa */
 358 
 359 /* NOTE: update MAX_KEVENTS below if events are added. */
 360 #define MAX_KEVENTS             318
 361 
 362 #ifdef __cplusplus
 363 }
 364 #endif
 365 
 366 #endif /* _BSM_AUDIT_KEVENTS_H */