Home
last modified time | relevance | path

Searched refs:audited (Results 1 – 7 of 7) sorted by relevance

/third_party/selinux/libselinux/src/
Davc.c696 access_vector_t denied, audited; in avc_audit() local
700 audited = denied & avd->auditdeny; in avc_audit()
702 audited = denied = requested; in avc_audit()
704 audited = requested & avd->auditallow; in avc_audit()
705 if (!audited) in avc_audit()
715 avc_dump_av(tclass, audited); in avc_audit()
/third_party/node/
DSECURITY.md40 and a list of all affected versions is determined. Code is audited to find
/third_party/python/Doc/library/
Dtypes.rst155 Note that the audited arguments may not match the names or positions
/third_party/cef/patch/
Dpatch.cfg501 # libxml access is now limited to targets audited by the Security Team.
/third_party/e2fsprogs/doc/RelNotes/
Dv1.40.txt60 SuSE's security team audited uuidd and came up with a few minor
/third_party/python/Doc/whatsnew/
D2.3.rst833 code was ever audited and therefore it's all been ripped out in 2.3. You should
/third_party/node/deps/npm/
DCHANGELOG.md2402 Include number of audited packages in `npm install` summary output.