diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-11-18 19:49:42 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-11-18 19:49:42 +0000 |
commit | c07eb440d3415c1554b9cf267431c42b06fee7cb (patch) | |
tree | 6b2d617cda2b9a74148c4cb7752449d9630e6db9 /pkg/sentry | |
parent | 38e95b7a0943ef013f72de2e004af96fbf50883a (diff) | |
parent | d6e788a8d1a3941108e127ac8b7e14d00def35c6 (diff) |
Merge release-20201109.0-72-gd6e788a8d (automated)
Diffstat (limited to 'pkg/sentry')
-rw-r--r-- | pkg/sentry/kernel/syslog.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pkg/sentry/kernel/syslog.go b/pkg/sentry/kernel/syslog.go index a83ce219c..3fee7aa68 100644 --- a/pkg/sentry/kernel/syslog.go +++ b/pkg/sentry/kernel/syslog.go @@ -75,6 +75,12 @@ func (s *syslog) Log() []byte { "Checking naughty and nice process list...", // Check it up to twice. "Granting licence to kill(2)...", // British spelling for British movie. "Letting the watchdogs out...", + "Conjuring /dev/null black hole...", + "Adversarially training Redcode AI...", + "Singleplexing /dev/ptmx...", + "Recruiting cron-ies...", + "Verifying that no non-zero bytes made their way into /dev/zero...", + "Accelerating teletypewriter to 9600 baud...", } selectMessage := func() string { |