Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/security_SELinux/
Dsecurity_SELinux.py20 def _get_file_label(path, nofollow=False): function
57 label = _get_file_label(top_dir, nofollow)
67 label = _get_file_label(path, nofollow)
87 file_label = _get_file_label(file_path, nofollow=True)
91 dir_label = _get_file_label(dir_path, nofollow=True)
149 _get_file_label('/sbin/init'),
186 file_label = _get_file_label(sys_tree_to_check)
202 file_label = _get_file_label(sys_tree_to_check)
235 file_label = _get_file_label(sys_tree_to_check)
243 live_label = _get_file_label(absolute_path)
[all …]