- Timestamp:
- Jul 20, 2007, 12:04:44 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install.sh
r62 r112 291 291 $dialog \ 292 292 --title "Kernel module rootkit detection" \ 293 --separate-output \294 293 --backtitle "Samhain $VERSION" \ 295 294 --inputbox "SAMHAIN can detect kernel module rootkits if compiled with support\nfor this. If you want to enable this option, please give the path\nto your System.map file, else choose CANCEL.\n\nNOTE: this option will require root privileges for at least one\ncommand during compilation (to read from /dev/kmem)." \ … … 297 296 2> $tmp 298 297 298 299 299 mtest=$? 300 300 … … 319 319 $dialog \ 320 320 --title "Signed database and configuration" \ 321 --separate-output \322 321 --backtitle "Samhain $VERSION" \ 323 322 --yesno "Samhain can be configured to support PGP signed database\nand configuration files. This requires a working installation\nof GnuPG.\n\nDo you want to use this option ?" \ … … 335 334 $dialog \ 336 335 --title "Signed database and configuration" \ 337 --separate-output \338 336 --backtitle "Samhain $VERSION" \ 339 337 --inputbox "Please enter the full path to gpg (i.e. the GnuPG binary)" \ … … 357 355 $dialog \ 358 356 --title "Signed database and configuration" \ 359 --separate-output \360 357 --backtitle "Samhain $VERSION" \ 361 358 --inputbox "Please enter the fingerprint of the key to use (one string, no spaces)" \ … … 385 382 $dialog \ 386 383 --title "Stealth options" \ 387 --separate-output \388 384 --backtitle "Samhain $VERSION" \ 389 385 --yesno "Samhain has some stealth options to hide its presence.\nDo you want to take advantage of these ?" \ … … 475 471 $dialog \ 476 472 --title "Stealth options" \ 477 --separate-output \478 473 --backtitle "Samhain $VERSION" \ 479 474 --inputbox "You can set a magic string such that command line arguments will be ignored unless the first argument is this magic string, and read from stdin otherwise. If you do not want this, select CANCEL, otherwise choose a string and select OK." \ … … 495 490 $dialog \ 496 491 --title "Stealth options" \ 497 --separate-output \498 492 --backtitle "Samhain $VERSION" \ 499 493 --yesno "SAMHAIN can compile and install a kernel module to hide the SAMHAIN daemon process. Do you want that ?"\ … … 692 686 if [ "x$KCHECK" = "xyes" ]; then 693 687 if [ `id -u` != 0 ]; then 694 $dialog --msgbox "Compiling with --with-kcheck option (kernel rootkit detection). This\nrequires root privileges for at least one command during compilation,\nbut you are not running this as root. Please expect compilation to fail.\n\nYou need to run \"make\" manually after failure, and\nfollow the instructions to execute the one required\ncommand as root." 20 75688 $dialog --msgbox "Compiling with --with-kcheck option (kernel rootkit detection). This\nrequires root privileges for at least one command during compilation,\nbut you are not running this as root. Please expect compilation to fail.\n\nYou need to follow the instructions shown in the \nerror message after failure." 20 75 695 689 fi 696 690 fi
Note:
See TracChangeset
for help on using the changeset viewer.