Print this page
uts: Allow for address space randomisation.
Randomise the base addresses of shared objects, non-fixed mappings, the
stack and the heap.  Introduce a service, svc:/system/process-security,
and a tool psecflags(1) to control and observe it


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


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

 351 
 352 /* NOTE: update MAX_KEVENTS below if events are added. */
 353 #define MAX_KEVENTS             312


 354 
 355 #ifdef __cplusplus
 356 }
 357 #endif
 358 
 359 #endif /* _BSM_AUDIT_KEVENTS_H */