Class: Ardecy::Harden::Sysctl::Network::Ipv6ConfDefaultAcceptRa

Inherits:
SysNet
  • Object
show all
Defined in:
lib/ardecy/harden/sysctl/network.rb

Instance Method Summary collapse

Methods inherited from SysNet

#fix

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) ⇒ Ipv6ConfDefaultAcceptRa

Returns a new instance of Ipv6ConfDefaultAcceptRa.



198
199
200
201
202
203
# File 'lib/ardecy/harden/sysctl/network.rb', line 198

def initialize(args)
  @file = '/proc/sys/net/ipv6/conf/default/accept_ra'
  @line = 'net.ipv6.conf.default.accept_ra'
  @tab = 2
  super
end