mirror of
https://github.com/dev-sec/linux-baseline
synced 2024-11-29 22:40:21 +00:00
11 lines
177 B
Ruby
11 lines
177 B
Ruby
# encoding: utf-8
|
|
|
|
require 'spec_helper'
|
|
|
|
describe 'System sysctl' do
|
|
|
|
context linux_kernel_parameter('kernel.modules_disabled') do
|
|
its(:value) { should eq 1 }
|
|
end
|
|
|
|
end
|