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.h610 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/
DChangeLog697 Affects is_context_customizable, selinux_init_load_policy,
1061 - new is_context_customizable function
/external/selinux/policycoreutils/
DChangeLog1333 * Fixed restorecon to not treat errors from is_context_customizable()