diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2019-07-25 13:13:54 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2019-07-25 13:13:54 +0000 |
commit | f67acdb3f006501c6a1f7cf89ea2b95bbe4f01ee (patch) | |
tree | 3a27b6ce6d5fbf5acb8817f4014403145b39fd12 /etc/daily | |
parent | ab1bf1f05062a1be9bbdfd6fb779ae0cfb48ddfb (diff) |
Show unveil(2) violators in lastcomm(1) output and daily mail.
input Janne Johansson, schwarze@; OK deraadt@ millert@
Diffstat (limited to 'etc/daily')
-rw-r--r-- | etc/daily | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/daily b/etc/daily index 93ab51ec224..255acd06f6f 100644 --- a/etc/daily +++ b/etc/daily @@ -1,5 +1,5 @@ # -# $OpenBSD: daily,v 1.91 2018/02/06 19:57:37 tb Exp $ +# $OpenBSD: daily,v 1.92 2019/07/25 13:13:53 bluhm Exp $ # From: @(#)daily 8.2 (Berkeley) 1/25/94 # # For local additions, create the file /etc/daily.local. @@ -74,7 +74,7 @@ if [ -f /var/account/acct ]; then mv -f /var/account/acct.0 /var/account/acct.1 cp -f /var/account/acct /var/account/acct.0 sa -sq - lastcomm -f /var/account/acct.0 | grep -e ' -[A-Z]*[PT]' + lastcomm -f /var/account/acct.0 | grep -e ' -[A-Z]*[PTU]' fi # If ROOTBACKUP is set to 1 in the environment, and |