VirtualBox

Changeset 11884 in vbox


Ignore:
Timestamp:
Aug 31, 2008 4:17:50 PM (16 years ago)
Author:
vboxsync
Message:

configure: added --disable-hardning and counter part --enable-hardning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r11881 r11884  
    4343WITH_PULSE=1
    4444WITH_KMODS=1
     45WITH_HARDENING=1
    4546CC="gcc"
    4647CC_COMPAT=""
     
    17521753  --disable-pulse          disable the PulseAudio backend
    17531754  --disable-kmods          don't build Linux kernel modules (host and guest)
     1755  --disable-hardening      don't be strict about /dev/vboxdrv access
    17541756  --build-libxml2          build libxml2 from sources
    17551757  --build-libxslt          build libxslt from sources
     
    18511853    --disable-kmods)
    18521854      WITH_KMODS=0
     1855      ;;
     1856    --disable-hardening)
     1857      WITH_HARDENING=0
     1858      ;;
     1859    --enable-hardening)
     1860      WITH_HARDENING=2
    18531861      ;;
    18541862    --build-debug|-d)
     
    19851993[ $WITH_QT4 -eq 0   ]   && cnf_append "VBOX_WITH_QT4GUI" ""
    19861994[ $WITH_SDL_TTF -eq 0 ] && cnf_append "VBOX_WITH_SECURELABEL" ""
     1995[ $WITH_HARDENING -eq 0 ] && cnf_append "VBOX_WITHOUT_HARDENING" "1"
     1996[ $WITH_HARDENING -eq 2 ] && cnf_append "VBOX_WITH_HARDENING" "2"
    19871997
    19881998# the tools
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette