Home
last modified time | relevance | path

Searched refs:fcontexts (Results 1 – 3 of 3) sorted by relevance

/external/selinux/libsemanage/src/
Dpywrap-test.py54 self.fcontexts = False
68 …return (self.all or self.users or self.modules or self.seusers or self.ports or self.fcontexts or …
83 if (self.fcontexts or self.all):
1083 tests.fcontexts = True
Ddirect_api.c1093 dbase_config_t *fcontexts = semanage_fcontext_dbase_local(sh); in semanage_direct_commit() local
1156 fcontexts_modified = fcontexts->dtable->is_modified(fcontexts->dbase); in semanage_direct_commit()
/external/selinux/policycoreutils/
DChangeLog622 * Add deleteall support for ports and fcontexts in semanage from Dan Walsh.