Class: Ardecy::Harden::Perms::Directory::CronDaily

Inherits:
Ardecy::Harden::Perms::DirCheck show all
Defined in:
lib/ardecy/harden/perms.rb

Instance Method Summary collapse

Methods inherited from Ardecy::Harden::Perms::DirCheck

#fix, #scan, #x

Methods included from Display

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

Constructor Details

#initialize(args) ⇒ CronDaily

Returns a new instance of CronDaily.



68
69
70
71
72
# File 'lib/ardecy/harden/perms.rb', line 68

def initialize(args)
  super
  @name = '/etc/cron.daily'
  @exp = 0700
end