Home
last modified time | relevance | path

Searched defs:audit_msg (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/selinux/python/sepolgen/src/sepolgen/
H A Daccess.py272 …def add(self, src_type, tgt_type, obj_class, perms, audit_msg=None, avc_type=audit2why.TERULE, dat… argument
285 def add_av(self, av, audit_msg=None): argument
/aosp_15_r20/external/selinux/libselinux/utils/
H A Dselinux_check_access.c26 char *audit_msg = NULL; in main() local
/aosp_15_r20/external/selinux/python/sepolgen/tests/
H A Dtest_access.py378 def test_add_av(av, audit_msg=None): argument