Searched refs:restorecon_flags (Results 1 – 8 of 8) sorted by relevance
37 restorecon_flags = SELINUX_RESTORECON_IGNORE_DIGEST | SELINUX_RESTORECON_REALPATH39 restorecon_flags |= SELINUX_RESTORECON_RECURSE41 restorecon_flags |= SELINUX_RESTORECON_VERBOSE43 restorecon_flags |= SELINUX_RESTORECON_SET_SPECFILE_CTX44 selinux_restorecon(os.path.expanduser(path), restorecon_flags)
745 unsigned int restorecon_flags) in selinux_restorecon() argument749 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 …]
34 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()
75 r_opts.restorecon_flags); in watch_list_add()142 r_opts.restorecon_flags); in watch_list_find()
44 unsigned int restorecon_flags; member
39 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()
38 unsigned int restorecon_flags; member
25 unsigned int restorecon_flags);