struct AuditLogEntry
Defined at line 32 of file ../../src/starnix/tests/selinux/userspace/audit_checker.h
Public Members
bool denied
set permission
basic_string scontext
basic_string tcontext
basic_string tclass
bool permissive
Public Methods
bool operator== (const AuditLogEntry & other)
Defined at line 251 of file ../../src/starnix/tests/selinux/userspace/audit_checker.cc
bool contains (const AuditLogEntry & other)
Returns true if `other` matches scontext/tcontext/tclass, and the permission is one of those
described by this entry.
Defined at line 254 of file ../../src/starnix/tests/selinux/userspace/audit_checker.cc
std::string ToString ()
Defined at line 269 of file ../../src/starnix/tests/selinux/userspace/audit_checker.cc