Home
last modified time | relevance | path

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

/external/selinux/libselinux/include/selinux/
Drestorecon.h46 #define SELINUX_RESTORECON_RECURSE 0x0008 macro
/external/selinux/policycoreutils/setfiles/
Dsetfiles.c203 r_opts.recurse = SELINUX_RESTORECON_RECURSE;
339 r_opts.recurse = SELINUX_RESTORECON_RECURSE;
/external/selinux/libselinux/src/
Dselinuxswig_python.i39 restorecon_flags |= SELINUX_RESTORECON_RECURSE
Dselinux_restorecon.c760 SELINUX_RESTORECON_RECURSE) ? true : false; in selinux_restorecon()