mirror of
https://github.com/ovh/debian-cis.git
synced 2024-11-22 05:27:01 +01:00
Add crontab
This commit is contained in:
parent
d014405e1f
commit
ba93159a00
1
debian/rules
vendored
1
debian/rules
vendored
@ -33,3 +33,4 @@ override_dh_installdocs:
|
||||
dh_installdocs
|
||||
gzip -c AUTHORS > $(CURDIR)/debian/$(PACKAGE)/usr/share/doc/$(PACKAGE)/AUTHORS.gz
|
||||
gzip -c src/skel > $(CURDIR)/debian/$(PACKAGE)/usr/share/doc/$(PACKAGE)/skel.gz
|
||||
gzip -c example-cron.d-entry > $(CURDIR)/debian/$(PACKAGE)/usr/share/doc/$(PACKAGE)/example-cron.d-entry.gz
|
||||
|
4
example-cron.d-entry
Normal file
4
example-cron.d-entry
Normal file
@ -0,0 +1,4 @@
|
||||
# One may want to run the CIS checks daily in order to report the correct or
|
||||
# incorrect configuration of a machine in a centralized system via syslog
|
||||
# m h dom mon dow user command
|
||||
0 3 * * * secaudit /opt/debian-cis/bin/hardening-sh --sudo --audit --batch
|
Loading…
Reference in New Issue
Block a user