Class: Ardecy::Harden::Perms::Directory::UsrLibMod
- Inherits:
-
Ardecy::Harden::Perms::DirCheck
- Object
- Ardecy::Harden::Perms::DirCheck
- Ardecy::Harden::Perms::Directory::UsrLibMod
- Defined in:
- lib/ardecy/harden/perms.rb
Instance Method Summary collapse
-
#initialize(args) ⇒ UsrLibMod
constructor
A new instance of UsrLibMod.
Methods inherited from Ardecy::Harden::Perms::DirCheck
Methods included from Display
#display_fix_list, #kernel_show, #perm_show, #result, #show_bad_mod, #title
Constructor Details
#initialize(args) ⇒ UsrLibMod
Returns a new instance of UsrLibMod.
101 102 103 104 105 |
# File 'lib/ardecy/harden/perms.rb', line 101 def initialize(args) super @name = '/usr/lib/modules' @exp = 0700 end |