pub enum KernelClass {
Show 43 variants
AnonFsNode,
Block,
Bpf,
Capability,
Capability2,
Character,
Dir,
Fd,
Fifo,
File,
FileSystem,
KeySocket,
Link,
NetlinkAuditSocket,
NetlinkConnectorSocket,
NetlinkCryptoSocket,
NetlinkDnrtSocket,
NetlinkFibLookupSocket,
NetlinkFirewallSocket,
NetlinkGenericSocket,
NetlinkIp6FwSocket,
NetlinkIscsiSocket,
NetlinkKobjectUeventSocket,
NetlinkNetfilterSocket,
NetlinkNflogSocket,
NetlinkRdmaSocket,
NetlinkRouteSocket,
NetlinkScsitransportSocket,
NetlinkSelinuxSocket,
NetlinkSocket,
NetlinkTcpDiagSocket,
NetlinkXfrmSocket,
PacketSocket,
Process,
RawIpSocket,
Security,
SockFile,
Socket,
TcpSocket,
UdpSocket,
UnixDgramSocket,
UnixStreamSocket,
VSockSocket,
}
Expand description
A well-known class in SELinux policy that has a particular meaning in policy enforcement hooks.
Variants§
AnonFsNode
The SELinux “anon_inode” object class.
Block
The SELinux “blk_file” object class.
Bpf
The SELinux “bpf” object class.
Capability
The SELinux “capability” object class.
Capability2
The SELinux “capability2” object class.
Character
The SELinux “chr_file” object class.
Dir
The SELinux “dir” object class.
Fd
The SELinux “fd” object class.
Fifo
The SELinux “fifo_file” object class.
File
The SELinux “file” object class.
FileSystem
The SELinux “filesystem” object class.
KeySocket
The SELinux “key_socket” object class.
Link
The SELinux “lnk_file” object class.
NetlinkAuditSocket
The SELinux “netlink_audit_socket” object class.
NetlinkConnectorSocket
The SELinux “netlink_connector_socket” object class.
NetlinkCryptoSocket
The SELinux “netlink_crypto_socket” object class.
NetlinkDnrtSocket
The SELinux “netlink_dnrt_socket” object class.
NetlinkFibLookupSocket
The SELinux “netlink_fib_lookup_socket” object class.
NetlinkFirewallSocket
The SELinux “netlink_firewall_socket” object class.
NetlinkGenericSocket
The SELinux “netlink_generic_socket” object class.
NetlinkIp6FwSocket
The SELinux “netlink_ip6fw_socket” object class.
NetlinkIscsiSocket
The SELinux “netlink_iscsi_socket” object class.
NetlinkKobjectUeventSocket
The SELinux “netlink_kobject_uevent_socket” object class.
NetlinkNetfilterSocket
The SELinux “netlink_netfilter_socket” object class.
NetlinkNflogSocket
The SELinux “netlink_nflog_socket” object class.
NetlinkRdmaSocket
The SELinux “netlink_rdma_socket” object class.
NetlinkRouteSocket
The SELinux “netlink_route_socket” object class.
NetlinkScsitransportSocket
The SELinux “netlink_scsitransport_socket” object class.
NetlinkSelinuxSocket
The SELinux “netlink_selinux_socket” object class.
NetlinkSocket
The SELinux “netlink_socket” object class.
NetlinkTcpDiagSocket
The SELinux “netlink_tcpdiag_socket” object class.
NetlinkXfrmSocket
The SELinux “netlink_xfrm_socket” object class.
PacketSocket
The SELinux “packet_socket” object class.
Process
The SELinux “process” object class.
RawIpSocket
The SELinux “rawip_socket” object class.
Security
The SELinux “security” object class.
SockFile
The SELinux “sock_file” object class.
Socket
The SELinux “socket” object class.
TcpSocket
The SELinux “tcp_socket” object class.
UdpSocket
The SELinux “udp_socket” object class.
UnixDgramSocket
The SELinux “unix_dgram_socket” object class.
UnixStreamSocket
The SELinux “unix_stream_socket” object class.
VSockSocket
The SELinux “vsock_socket” object class.
Implementations§
Source§impl KernelClass
impl KernelClass
pub fn all_variants() -> Vec<Self>
Trait Implementations§
Source§impl Clone for KernelClass
impl Clone for KernelClass
Source§fn clone(&self) -> KernelClass
fn clone(&self) -> KernelClass
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Debug for KernelClass
impl Debug for KernelClass
Source§impl From<Cap2Class> for KernelClass
impl From<Cap2Class> for KernelClass
Source§impl From<CapClass> for KernelClass
impl From<CapClass> for KernelClass
Source§impl From<FileClass> for KernelClass
impl From<FileClass> for KernelClass
Source§impl From<FsNodeClass> for KernelClass
impl From<FsNodeClass> for KernelClass
Source§fn from(class: FsNodeClass) -> Self
fn from(class: FsNodeClass) -> Self
Source§impl From<KernelClass> for ObjectClass
impl From<KernelClass> for ObjectClass
Source§fn from(object_class: KernelClass) -> Self
fn from(object_class: KernelClass) -> Self
Source§impl From<SocketClass> for KernelClass
impl From<SocketClass> for KernelClass
Source§fn from(socket_class: SocketClass) -> Self
fn from(socket_class: SocketClass) -> Self
Source§impl Hash for KernelClass
impl Hash for KernelClass
Source§impl PartialEq for KernelClass
impl PartialEq for KernelClass
impl Copy for KernelClass
impl Eq for KernelClass
impl StructuralPartialEq for KernelClass
Auto Trait Implementations§
impl Freeze for KernelClass
impl RefUnwindSafe for KernelClass
impl Send for KernelClass
impl Sync for KernelClass
impl Unpin for KernelClass
impl UnwindSafe for KernelClass
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
Source§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more