pub enum ObjectClass {
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 ObjectClass
impl ObjectClass
pub fn all_variants() -> Vec<Self>
Trait Implementations§
Source§impl Clone for ObjectClass
impl Clone for ObjectClass
Source§fn clone(&self) -> ObjectClass
fn clone(&self) -> ObjectClass
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Debug for ObjectClass
impl Debug for ObjectClass
Source§impl From<Cap2Class> for ObjectClass
impl From<Cap2Class> for ObjectClass
Source§impl From<CapClass> for ObjectClass
impl From<CapClass> for ObjectClass
Source§impl From<FileClass> for ObjectClass
impl From<FileClass> for ObjectClass
Source§impl From<FsNodeClass> for ObjectClass
impl From<FsNodeClass> for ObjectClass
Source§fn from(class: FsNodeClass) -> Self
fn from(class: FsNodeClass) -> Self
Source§impl From<ObjectClass> for AbstractObjectClass
impl From<ObjectClass> for AbstractObjectClass
Source§fn from(object_class: ObjectClass) -> Self
fn from(object_class: ObjectClass) -> Self
Source§impl From<SocketClass> for ObjectClass
impl From<SocketClass> for ObjectClass
Source§fn from(socket_class: SocketClass) -> Self
fn from(socket_class: SocketClass) -> Self
Source§impl Hash for ObjectClass
impl Hash for ObjectClass
Source§impl PartialEq for ObjectClass
impl PartialEq for ObjectClass
impl Copy for ObjectClass
impl Eq for ObjectClass
impl StructuralPartialEq for ObjectClass
Auto Trait Implementations§
impl Freeze for ObjectClass
impl RefUnwindSafe for ObjectClass
impl Send for ObjectClass
impl Sync for ObjectClass
impl Unpin for ObjectClass
impl UnwindSafe for ObjectClass
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