Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dselinuxswig_python.i37 restorecon_flags = SELINUX_RESTORECON_IGNORE_DIGEST | SELINUX_RESTORECON_REALPATH
39 restorecon_flags |= SELINUX_RESTORECON_RECURSE
41 restorecon_flags |= SELINUX_RESTORECON_VERBOSE
43 restorecon_flags |= SELINUX_RESTORECON_SET_SPECFILE_CTX
44 selinux_restorecon(os.path.expanduser(path), restorecon_flags)
Dselinux_restorecon.c745 unsigned int restorecon_flags) in selinux_restorecon() argument
749 flags.ignore_digest = (restorecon_flags & in selinux_restorecon()
751 flags.nochange = (restorecon_flags & in selinux_restorecon()
753 flags.verbose = (restorecon_flags & in selinux_restorecon()
755 flags.progress = (restorecon_flags & in selinux_restorecon()
757 flags.mass_relabel = (restorecon_flags & in selinux_restorecon()
759 flags.recurse = (restorecon_flags & in selinux_restorecon()
761 flags.set_specctx = (restorecon_flags & in selinux_restorecon()
763 flags.userealpath = (restorecon_flags & in selinux_restorecon()
765 flags.set_xdev = (restorecon_flags & in selinux_restorecon()
[all …]
/external/selinux/restorecond/
Drestore.c34 r_opts->restorecon_flags = 0; in restore_init()
35 r_opts->restorecon_flags = r_opts->nochange | r_opts->verbose | in restore_init()
93 r_opts->restorecon_flags); in process_glob()
Dwatch.c75 r_opts.restorecon_flags); in watch_list_add()
142 r_opts.restorecon_flags); in watch_list_find()
Drestore.h44 unsigned int restorecon_flags; member
/external/selinux/policycoreutils/setfiles/
Drestore.c39 r_opts->restorecon_flags = 0; in restore_init()
40 r_opts->restorecon_flags = r_opts->nochange | r_opts->verbose | in restore_init()
99 r_opts->restorecon_flags); in process_glob()
Drestore.h38 unsigned int restorecon_flags; member
/external/selinux/libselinux/include/selinux/
Drestorecon.h25 unsigned int restorecon_flags);