mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-13 11:43:27 +01:00
nessus-bin: add sandbox workaround to remove outdated files
This commit is contained in:
parent
2aa4233e6d
commit
eba35ea38d
1 changed files with 4 additions and 0 deletions
|
|
@ -69,6 +69,10 @@ src_install() {
|
|||
# nmap plugins
|
||||
insinto /opt/nessus/lib/nessus/plugins/
|
||||
doins "${FILESDIR}"/*.nasl
|
||||
|
||||
#remove nessus mess
|
||||
addwrite /opt/nessus/var/nessus/www/
|
||||
rm -r /opt/nessus/var/nessus/www/
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
Loading…
Reference in a new issue