make -C progs install
make[1]: Entering directory `/mnt/raid5/book/blfs/04/libcap-2.22/progs'
mkdir -p -m 0755 /sbin
for p in getpcaps capsh getcap setcap ; do \
        install -m 0755 $p /sbin ; \
done
/sbin/setcap cap_setfcap=i /sbin/setcap
Failed to set capabilities on file `/sbin/setcap' (Operation not supported)
usage: setcap [-q] [-v] (-r|-|<caps>) <filename> [ ... (-r|-|<capsN>)
<filenameN> ]

 Note <filename> must be a regular (non-symlink) file.
make[1]: *** [install] Error 1
make[1]: Leaving directory `/mnt/raid5/book/blfs/04/libcap-2.22/progs'


a bit of google searching, I found
bugs.sourcemage.org/show_bug.cgi?id=15932 .  The workaround worked.

also, never did look any farther then the standard chmod executable
permissing when it came to file security, so no exposure to acl/attr
setup's.  so it could possibly be my fault.


-- 
Nathan Coulson (conathan)
------
Location: British Columbia, Canada
Timezone: PST (-8)
Webpage: http://www.nathancoulson.com
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to