Class: Ardecy::Harden::Sysctl::Kernel::FsProtectedHardlinks

Inherits:
SysKern
  • Object
show all
Defined in:
lib/ardecy/harden/sysctl/kernel.rb

Instance Method Summary collapse

Methods inherited from SysKern

#fix, #repair, #scan, #x

Methods included from Display

#display_fix_list, #kernel_show, #perm_show, #result, #show_bad_mod, #title

Constructor Details

#initialize(args) ⇒ FsProtectedHardlinks

Returns a new instance of FsProtectedHardlinks.



182
183
184
185
186
187
# File 'lib/ardecy/harden/sysctl/kernel.rb', line 182

def initialize(args)
  @file = '/proc/sys/fs/protected_hardlinks'
  @line = 'fs.protected_hardlinks'
  super
  @exp = '1'
end