Quoting Subrata Modak ([EMAIL PROTECTED]): > +## Set this to 1 if libcaps-2.11 or newer is already installed in your > system > +## from > ftp://ftp.kernel.org/pub/linux/libs/security/linux-privs/libcap2, as > well as, > +## the libattr is available in the system. The kernel should also have > been built > +## with the following option: CONFIG_SECURITY_CAPABILITIES=y
CONFIG_SECURITY_FILE_CAPABILITIES=y > +## The next one i plan to run is ## > +## ltp/testcases/kernel/security/filecaps ## > +## START => Test Series 6 ## > +if [ $RUN_FILECAPS -eq 1 ] > +then > + echo -e "Initializing ltp/testcases/kernel/security/filecaps ..." > + # Check to see if User is Root > + if [ $EUID -ne 0 ] > + then > + echo You need to be root to Install libcaps and run > ltp/testcases/kernel/security/filecaps > + echo Aborting ltp/testcases/kernel/security/filecaps > + else > + if [ $LIBCAPS_INSTALLED -ne 1 ] > + then > + echo Installing libcaps............. > + (cd /tmp; \ > + wget -c > ftp://ftp.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-2.14.tar.gz; > \ "Please install yourself, Hal" Fine by me :) thanks, -serge ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
