class Specinfra::Command::Redhat::V8::SelinuxModule
Public Class Methods
check_is_enabled(name)
click to toggle source
# File lib/specinfra/command/redhat/v8/selinux_module.rb, line 7 def check_is_enabled(name) "semodule -l | grep $'^#{escape(name)}'" end
check_is_installed(name, version=nil)
click to toggle source
# File lib/specinfra/command/redhat/v8/selinux_module.rb, line 3 def check_is_installed(name, version=nil) "semodule -l | grep $'^#{escape(name)}'" end