eden icon indicating copy to clipboard operation
eden copied to clipboard

[WIP] security : add more tests

Open shjala opened this issue 2 years ago • 2 comments
trafficstars

Add a few more security test, overall :

  • check if kernel module signing is enabled.
  • check if there are any unconfined processes running on the system.
  • check if the umask is set to 077.
  • check if there are any hidden executables on the system.
  • check if core dumps are disabled.
  • check if there are any processes running as root.
  • check if AppArmor is enabled.
  • check if the mount options for proc and tmpfs types are secure.
  • check if the tmpfs mounts are secure.

shjala avatar Nov 06 '23 15:11 shjala

@uncleDecart a bunch of these tests are going to fail until we fix eve, should we disable sec test suit or it is OK if the fail?

shjala avatar Dec 20 '23 13:12 shjala

@uncleDecart a bunch of these tests are going to fail until we fix eve, should we disable sec test suit or it is OK if the fail?

@shjala I think it's better to fix tests on EVE. We can rebase EVE test version after that.

uncleDecart avatar Dec 21 '23 09:12 uncleDecart