Searched refs:modechecks (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/tools/scripts/ |
H A D | validate_pkg.py | 112 def checkmodes(self, modechecks): argument 126 if "s" in modechecks and t == "file": 132 if "o" in modechecks and o != "root" and ((m & stat.S_ISUID) == 0): 148 if "w" in modechecks and t == "file" and o != "root": 154 if ("m" in modechecks and 598 def addmanifest(self, root, mfile, arch, modechecks, exceptions): argument 681 if modechecks is not None and path not in exceptions: 682 modewarnings.update(self[path].checkmodes(modechecks)) 690 def adddir(self, mdir, arch, modechecks, exceptions): argument 697 self.addmanifest(mdir, mfile, arch, modechecks, exceptions) [all …]
|