Lines Matching refs:restorecon_flags
745 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()
767 flags.add_assoc = (restorecon_flags & in selinux_restorecon()
769 flags.abort_on_error = (restorecon_flags & in selinux_restorecon()
771 flags.syslog_changes = (restorecon_flags & in selinux_restorecon()
773 flags.log_matches = (restorecon_flags & in selinux_restorecon()
775 flags.ignore_noent = (restorecon_flags & in selinux_restorecon()
778 ignore_mounts = (restorecon_flags & in selinux_restorecon()