Method: Specinfra::Command::Linux::Base::File.get_selinuxlabel
- Defined in:
- lib/specinfra/command/linux/base/file.rb
permalink .get_selinuxlabel(file) ⇒ Object
[View source]
16 17 18 |
# File 'lib/specinfra/command/linux/base/file.rb', line 16 def get_selinuxlabel(file) "stat -c %C #{escape(file)}" end |