Class: Ardecy::Harden::CmdLine::DebugFS
- Defined in:
- lib/ardecy/harden/cmdline.rb
Instance Method Summary collapse
-
#initialize(args) ⇒ DebugFS
constructor
A new instance of DebugFS.
Methods inherited from LineInc
#apply_bootctl, #apply_grub, #apply_syslinux, #fix, #get_bootctl_line, #get_grub_line, #get_syslinux_line, #scan, #write_to_grub, #x
Methods included from NiTo
Methods included from Display
#display_fix_list, #kernel_show, #perm_show, #result, #show_bad_mod, #title
Constructor Details
#initialize(args) ⇒ DebugFS
Returns a new instance of DebugFS.
182 183 184 185 186 |
# File 'lib/ardecy/harden/cmdline.rb', line 182 def initialize(args) super @name = 'debugfs=off' @tab = 5 end |