Searched refs:selabel_lookup_raw (Results 1 – 8 of 8) sorted by relevance
/third_party/selinux/libselinux/src/ |
D | matchpathcon.c | 458 selabel_lookup_raw(hnd, con, path, mode) : in matchpathcon_internal() 532 if (selabel_lookup_raw(hnd, &fcontext, path, mode) != 0) { in selinux_file_context_verify() 565 if (selabel_lookup_raw(hnd, &scontext, path, st.st_mode)) { in selinux_lsetfilecon_default()
|
D | libselinux.map | 145 selabel_lookup_raw;
|
D | label.c | 280 int selabel_lookup_raw(struct selabel_handle *rec, char **con, in selabel_lookup_raw() function
|
D | selinux_restorecon.c | 669 rc = selabel_lookup_raw(fc_sehandle, &newcon, "/", in restorecon_sb() 672 rc = selabel_lookup_raw(fc_sehandle, &newcon, lookup_path, in restorecon_sb()
|
D | selinuxswig_python_exception.i | 1146 %exception selabel_lookup_raw {
|
/third_party/selinux/libselinux/include/selinux/ |
D | label.h | 104 extern int selabel_lookup_raw(struct selabel_handle *handle, char **con,
|
/third_party/selinux/libselinux/utils/ |
D | selabel_lookup.c | 101 rc = selabel_lookup_raw(hnd, &context, key, type); in main()
|
D | matchpathcon.c | 27 rc = selabel_lookup_raw(hnd, &buf, path, mode); in printmatchpathcon()
|