class Ardecy::Harden::Sysctl::Network::AllRpFilter
Public Class Methods
new(args)
click to toggle source
Calls superclass method
Ardecy::Harden::Sysctl::SysKern::new
# File lib/ardecy/harden/sysctl/network.rb, line 51 def initialize(args) @file = '/proc/sys/net/ipv4/conf/all/rp_filter' @line = 'net.ipv4.conf.all.rp_filter' @tab = 2 super @exp = '1' end