git: Add an /etc/periodic script to check for dports package vulnerabilities.

Sascha Wildner swildner at crater.dragonflybsd.org
Thu Mar 6 13:57:14 PST 2014


commit dced1188f0aae7a3a714a58540f8f6bf4043f35c
Author: Sascha Wildner <saw at online.de>
Date:   Thu Mar 6 22:56:45 2014 +0100

    Add an /etc/periodic script to check for dports package vulnerabilities.
    
    It's basically just 'pkg audit' at them moment, the output of which is
    then included in the nightly security mails.
    
    To disable this check for some reason, daily_status_dports_audit_enable
    can be set to 'no' in /etc/periodic.conf.
    
    Reported-by: joris

Summary of changes:
 etc/defaults/periodic.conf                         |  3 +++
 .../security/{700.kernelmsg => 680.dportsaudit}    | 28 ++++++++++------------
 etc/periodic/security/Makefile                     |  1 +
 share/man/man5/periodic.conf.5                     |  8 ++++++-
 4 files changed, 24 insertions(+), 16 deletions(-)
 copy etc/periodic/security/{700.kernelmsg => 680.dportsaudit} (75%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/dced1188f0aae7a3a714a58540f8f6bf4043f35c


-- 
DragonFly BSD source repository



More information about the Commits mailing list