codeql/cpp-all
1.4.1
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()