Searched refs:restorecon_flags (Results 1 – 3 of 3) sorted by relevance
1044 unsigned int restorecon_flags, in selinux_restorecon_common() argument1049 state.flags.nochange = (restorecon_flags & in selinux_restorecon_common()1051 state.flags.verbose = (restorecon_flags & in selinux_restorecon_common()1053 state.flags.progress = (restorecon_flags & in selinux_restorecon_common()1055 state.flags.mass_relabel = (restorecon_flags & in selinux_restorecon_common()1057 state.flags.recurse = (restorecon_flags & in selinux_restorecon_common()1059 state.flags.set_specctx = (restorecon_flags & in selinux_restorecon_common()1061 state.flags.userealpath = (restorecon_flags & in selinux_restorecon_common()1063 state.flags.set_xdev = (restorecon_flags & in selinux_restorecon_common()1065 state.flags.add_assoc = (restorecon_flags & in selinux_restorecon_common()[all …]
39 restorecon_flags = SELINUX_RESTORECON_IGNORE_DIGEST | SELINUX_RESTORECON_REALPATH41 restorecon_flags |= SELINUX_RESTORECON_RECURSE43 restorecon_flags |= SELINUX_RESTORECON_VERBOSE45 restorecon_flags |= SELINUX_RESTORECON_SET_SPECFILE_CTX46 selinux_restorecon_parallel(os.path.expanduser(path), restorecon_flags, nthreads)
26 unsigned int restorecon_flags);38 unsigned int restorecon_flags,