Python stdlib module — posix. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.
.WCOREDUMP()NeutralWCOREDUMP(status)
Return True if the process returning status was dumped to a core file.
.WIFCONTINUED()NeutralWIFCONTINUED(status)
Return True if a particular process was continued from a job control stop.
.WIFEXITED()NeutralWIFEXITED(status)
Return True if the process returning status exited via the exit() system call.
.WIFSIGNALED()NeutralWIFSIGNALED(status)
Return True if the process returning status was terminated by a signal.
.WIFSTOPPED()NeutralWIFSTOPPED(status)
Return True if the process returning status was stopped.
.WSTOPSIG()NeutralWSTOPSIG(status)
Return the signal that stopped the process that provided the status value.
.WTERMSIG()NeutralWTERMSIG(status)
Return the signal that terminated the process that provided the status value.
.access()Neutralaccess(path, mode, dir_fd, effective_ids, follow_symlinks)
Use the real uid/gid to test for access to a path.
| FQN | Field | |
|---|---|---|
| posix | fqns[0] |
Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.
import posix