Searched refs:restorecon_flags (Results 1 – 3 of 3) sorted by relevance
1016 unsigned int restorecon_flags, in selinux_restorecon_common() argument1021 state.flags.nochange = (restorecon_flags & in selinux_restorecon_common()1023 state.flags.verbose = (restorecon_flags & in selinux_restorecon_common()1025 state.flags.progress = (restorecon_flags & in selinux_restorecon_common()1027 state.flags.mass_relabel = (restorecon_flags & in selinux_restorecon_common()1029 state.flags.recurse = (restorecon_flags & in selinux_restorecon_common()1031 state.flags.set_specctx = (restorecon_flags & in selinux_restorecon_common()1033 state.flags.userealpath = (restorecon_flags & in selinux_restorecon_common()1035 state.flags.set_xdev = (restorecon_flags & in selinux_restorecon_common()1037 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,