Searched refs:modechecks (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/tools/scripts/ |
H A D | validate_pkg.py | 109 def checkmodes(self, modechecks): argument 123 if "s" in modechecks and t == "file": 129 if "o" in modechecks and o != "root" and ((m & stat.S_ISUID) == 0): 145 if "w" in modechecks and t == "file" and o != "root": 151 if ("m" in modechecks and 577 def addmanifest(self, root, mfile, arch, modechecks, exceptions): argument 656 if modechecks is not None and path not in exceptions: 657 modewarnings.update(self[path].checkmodes(modechecks)) 665 def adddir(self, mdir, arch, modechecks, exceptions): argument 672 self.addmanifest(mdir, mfile, arch, modechecks, exceptions) [all …]
|