Skip to content

Commit

Permalink
Clarify CRASH_SAFE for OS
Browse files Browse the repository at this point in the history
  • Loading branch information
wvu committed Oct 4, 2018
1 parent 9e512b0 commit 6928dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/msf/core/constants.rb
Expand Up @@ -53,7 +53,7 @@ module Msf
# Stability traits
#

# Module should not crash the service
# Module should not crash the service or OS
CRASH_SAFE = 'crash-safe'
# Module may crash the service, but the service restarts.
CRASH_SERVICE_RESTARTS = 'crash-service-restarts'
Expand Down

0 comments on commit 6928dbd

Please sign in to comment.