Guest User

Untitled

a guest
Apr 20th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. Profile: InSpec Profile (compliance-checks)
  2. Version: 0.1.0
  3. Target: ssh://root@client:22
  4.  
  5.  ✔ kernel.shmall: kernel.shmall check
  6.  ✔ Kernel Parameter kernel.shmall value should eq 2097152
  7.  ✔ kernel.shmmax: kernel.shmmax check
  8.  ✔ Kernel Parameter kernel.shmmax value should eq 134217728
  9.  ✔ fs.file-max: fs.file-max check
  10.  ✔ Kernel Parameter fs.file-max value should eq 65536
  11.  ✔ filesystem-root: Verify / directory
  12.  ✔ File / should be directory
  13.  ✔ filesystem-tmp-exist: Verify /tmp directory
  14.  ✔ File /tmp should be directory
  15.  ✔ File /tmp mode should cmp == "01777"
  16.  ✔ filesystem-var-tmp-exist: Verify /var/tmp directory
  17.  ✔ File /var/tmp should be directory
  18.  ✔ File /var/tmp mode should cmp == "01777"
  19.  ✔ home-vagrant-exists: Verify /home/vagrant directory
  20.  ✔ File /home/vagrant should be directory
  21.  ✔ iputils integrity: RPM integrity test on iputils package
  22.  ✔ System Package iputils should be installed
  23.  ✔ Command rpm -V iputils stdout should eq ""
  24.  ✔ root-account: The super user account
  25.  ✔ User root should exist
  26.  
  27.  
  28. Profile Summary: 9 successful controls, 0 control failures, 0 controls skipped
  29. Test Summary: 12 successful, 0 failures, 0 skipped
Add Comment
Please, Sign In to add comment