# File lib/specinfra/command/linux/base/file.rb, line 16
    def get_selinuxlabel(file)
      "stat -c %C #{escape(file)}"
    end