codeql/cpp-all
2.0.2
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Gets the number corresponding to the permissions S_IRGRP | S_IWGRP | S_IXGRP in Unix.
S_IRGRP | S_IWGRP | S_IXGRP
import semmle.code.cpp.commons.unix.Constants
int s_irwxg()