1832c23a94
Since we are using the official VuXML database the auditing should be pretty complete. - mention web page - add more mirrors, disabling .ru mirror (too much lag) - allow combined options in portaudit shell script - add sample configuration file - use absolute paths for binaries, to ease use in crontab scripts [1] - correct type in man page [2] PR: 64005 [2] Submitted by: Tomasz Pilat <poncki@axelspringer.com.pl> [1] Nathan Dove <njdove@wafer.sandia.gov> [2]
11 lines
422 B
Text
11 lines
422 B
Text
bin/portaudit
|
|
etc/portaudit.conf.sample
|
|
%%PERIODICDIR%%/security/910.portaudit
|
|
%%PERIODICDIR%%/daily/330.fetchaudit
|
|
%%DATADIR%%/portaudit.functions
|
|
@unexec rmdir %D/%%PERIODICDIR%%/security 2>/dev/null || true
|
|
@unexec rmdir %D/%%PERIODICDIR%%/daily 2>/dev/null || true
|
|
@unexec rmdir %D/%%PERIODICDIR%% 2>/dev/null || true
|
|
@dirrm %%DATADIR%%
|
|
@exec mkdir -p %%DATABASEDIR%%
|
|
@unexec rmdir %%DATABASEDIR%% 2>/dev/null || true
|