nessus-tool/nessusd.conf

Sun, 03 Apr 2011 13:34:55 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sun, 03 Apr 2011 13:34:55 +0200
changeset 337
f71e028eb3e2
permissions
-rw-r--r--

Correct and improve several packaging aspects including...
Correct datadir path for python modules, correct jar(1) path for
building libgcj classes, strip libexecdir path of version numbers,
improve name of oblbld build path, clean whitespace from as(1) and
ld(1) GNU detection, remove seemingly discarded '--with-local-prefix'
configure argument, and correct hardcoded lto plugin libtool archive
dependency information.

Most importantly, correct IA32 architecture detection logic in
config.gcc to correctly emit SSE2 instructions conditionally, leading
to the removal of all '-march' bootstrap options and replacement with
unconditional (for IA32/AMD64) '-mtune=native' options. Comments and
buildtime warnings are corrected appropriately. In theory these changes
cause a more portable, orthoganal, and optimal bootstrap to be built.

     1 ##
     2 ##  nessusd.conf -- Nessus Daemon Configuration
     3 ##
     5 #   paths
     6 rules                    = @l_prefix@/etc/nessus/nessusd.rules
     7 users                    = @l_prefix@/etc/nessus/nessusd.users
     8 logfile                  = @l_prefix@/var/nessus/nessusd.log
     9 dumpfile                 = @l_prefix@/var/nessus/nessusd.dump
    10 cert_file                = @l_prefix@/var/nessus/CA/servercert.pem
    11 key_file                 = @l_prefix@/var/nessus/CA/serverkey.pem
    12 ca_file                  = @l_prefix@/var/nessus/CA/cacert.pem
    13 plugins_folder           = @l_prefix@/lib/nessus/plugins
    15 #   options
    16 max_hosts                = 30
    17 max_checks               = 10
    18 max_threads              = 15
    19 be_nice                  = yes
    20 log_whole_attack         = yes
    21 log_plugins_name_at_load = no
    22 cgi_path                 = /cgi-bin:/scripts
    23 port_range               = default
    24 optimize_test            = yes
    25 checks_read_timeout      = 5
    26 non_simult_ports         = 139, 445
    27 plugins_timeout          = 320
    28 safe_checks              = yes
    29 auto_enable_dependencies = yes
    30 use_mac_addr             = no
    31 plugin_upload            = no
    32 plugin_upload_suffixes   = .nasl, .inc
    33 admin_user               = root
    34 language                 = english
    35 slice_network_addresses  = no
    36 #pem_password            = password
    37 #force_pubkey_auth       = yes

mercurial