Home
last modified time | relevance | path

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

/external/selinux/python/sepolicy/sepolicy/
D__init__.py572 def read_file_equiv(edict, fc_path, modify): argument
574 with open(fc_path, "r") as fd:
585 def get_file_equiv_modified(fc_path=selinux.selinux_file_context_path()): argument
590 file_equiv_modified = read_file_equiv(file_equiv_modified, fc_path + ".subs", modify=True)
594 def get_file_equiv(fc_path=selinux.selinux_file_context_path()): argument
598 file_equiv = get_file_equiv_modified(fc_path)
599 file_equiv = read_file_equiv(file_equiv, fc_path + ".subs_dist", modify=False)
603 def get_local_file_paths(fc_path=selinux.selinux_file_context_path()): argument
609 with open(fc_path + ".local", "r") as fd:
631 def get_fcdict(fc_path=selinux.selinux_file_context_path()): argument
[all …]