# File lib/puppet/type/file/selcontext.rb, line 43
43:     def insync?(value)
44:       if not selinux_support?
45:         debug("SELinux bindings not found. Ignoring parameter.")
46:         return true
47:       end
48:       super
49:     end