Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dis_customizable_type.c64 int is_context_customizable(const char * scontext) in is_context_customizable() function
/external/selinux/libselinux/include/selinux/
Dselinux.h613 extern int is_context_customizable(const char * scontext);
/external/selinux/policycoreutils/setfiles/
Drestore.c185 if (!r_opts->force && curcon && (is_context_customizable(curcon) > 0)) { in restore()
/external/selinux/libselinux/
DChangeLog738 Affects is_context_customizable, selinux_init_load_policy,
1102 - new is_context_customizable function
/external/selinux/policycoreutils/
DChangeLog1354 * Fixed restorecon to not treat errors from is_context_customizable()