codeql/cpp-all
4.1.1-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Gets the number corresponding to the permissions S_IROTH | S_IWOTH | S_IXOTH in Unix.
S_IROTH | S_IWOTH | S_IXOTH
import semmle.code.cpp.commons.unix.Constants
int s_irwxo()