Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dselinux_restorecon.c735 unsigned int restorecon_flags) in selinux_restorecon() argument
739 flags.ignore_digest = (restorecon_flags & in selinux_restorecon()
741 flags.nochange = (restorecon_flags & in selinux_restorecon()
743 flags.verbose = (restorecon_flags & in selinux_restorecon()
745 flags.progress = (restorecon_flags & in selinux_restorecon()
747 flags.mass_relabel = (restorecon_flags & in selinux_restorecon()
749 flags.recurse = (restorecon_flags & in selinux_restorecon()
751 flags.set_specctx = (restorecon_flags & in selinux_restorecon()
753 flags.userealpath = (restorecon_flags & in selinux_restorecon()
755 flags.set_xdev = (restorecon_flags & in selinux_restorecon()
[all …]
Dselinuxswig_python.i33 restorecon_flags = SELINUX_RESTORECON_IGNORE_DIGEST | SELINUX_RESTORECON_REALPATH
35 restorecon_flags |= SELINUX_RESTORECON_RECURSE
37 restorecon_flags |= SELINUX_RESTORECON_VERBOSE
38 selinux_restorecon(os.path.expanduser(path), restorecon_flags)
/external/selinux/policycoreutils/setfiles/
Drestore.c31 r_opts->restorecon_flags = 0; in restore_init()
32 r_opts->restorecon_flags = r_opts->nochange | r_opts->verbose | in restore_init()
91 r_opts->restorecon_flags); in process_glob()
Drestore.h38 unsigned int restorecon_flags; member
/external/selinux/restorecond/
Drestore.c31 r_opts->restorecon_flags = 0; in restore_init()
32 r_opts->restorecon_flags = r_opts->nochange | r_opts->verbose | in restore_init()
90 r_opts->restorecon_flags); in process_glob()
Drestore.h44 unsigned int restorecon_flags; member
Dwatch.c67 r_opts.restorecon_flags); in watch_list_add()
134 r_opts.restorecon_flags); in watch_list_find()
/external/selinux/libselinux/include/selinux/
Drestorecon.h25 unsigned int restorecon_flags);