#[repr(u8)]pub enum AuditEventType {
ProcessCreate = 0,
ProcessExit = 1,
FileAccess = 2,
NetworkConnect = 3,
AuthAttempt = 4,
PermissionDenied = 5,
Syscall = 6,
CapabilityOp = 7,
MacDecision = 8,
PrivilegeEscalation = 9,
SecurityConfigChange = 10,
}Expand description
Audit event type.
Variants§
ProcessCreate = 0
Process creation
ProcessExit = 1
Process termination
FileAccess = 2
File access
NetworkConnect = 3
Network connection
AuthAttempt = 4
Authentication attempt
PermissionDenied = 5
Permission denied
Syscall = 6
System call
CapabilityOp = 7
Capability operation
MacDecision = 8
MAC policy decision
PrivilegeEscalation = 9
Privilege escalation attempt
SecurityConfigChange = 10
Security configuration change
Implementations§
Trait Implementations§
Source§impl Clone for AuditEventType
impl Clone for AuditEventType
Source§fn clone(&self) -> AuditEventType
fn clone(&self) -> AuditEventType
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AuditEventType
impl Debug for AuditEventType
Source§impl PartialEq for AuditEventType
impl PartialEq for AuditEventType
impl Copy for AuditEventType
impl Eq for AuditEventType
impl StructuralPartialEq for AuditEventType
Auto Trait Implementations§
impl Freeze for AuditEventType
impl RefUnwindSafe for AuditEventType
impl Send for AuditEventType
impl Sync for AuditEventType
impl Unpin for AuditEventType
impl UnwindSafe for AuditEventType
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)