class InvalidatedSidTestSuite
Defined at line 52 of file ../../src/starnix/tests/selinux/userspace/tests/invalidated_sid.cc
The abstract UNIX domain stream socket serves a dual purpose in this test:
1. It acts as the IPC coordination channel to sequence events between the
parent and child processes (connection, policy reload, and verification).
2. The connected endpoint (`accepted_socket_`) is retained across the policy
reload so that `SO_PEERSEC` queries on it can be verified before and after.
Public Methods
void SetUpTestSuite ()
Defined at line 54 of file ../../src/starnix/tests/selinux/userspace/tests/invalidated_sid.cc
void TearDownTestSuite ()
Defined at line 131 of file ../../src/starnix/tests/selinux/userspace/tests/invalidated_sid.cc
Protected Methods
pid_t child_pid ()
Defined at line 137 of file ../../src/starnix/tests/selinux/userspace/tests/invalidated_sid.cc
int accepted_socket ()
Defined at line 138 of file ../../src/starnix/tests/selinux/userspace/tests/invalidated_sid.cc