|
|
|
@ -2,6 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../libcap/libcap.conf |
|
|
|
|
# Copyright (C) 2011 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
|
# Copyright (C) 1998 - 2004 Clifford Wolf |
|
|
|
|
# |
|
|
|
@ -15,3 +16,13 @@
|
|
|
|
|
|
|
|
|
|
var_append makeinstopt " " "LIBDIR=$root/$libdir" |
|
|
|
|
hook_add postdoc 5 "rm -rvf $docdir/old; cp -v `match_source_file -p capfaq` $docdir/" |
|
|
|
|
|
|
|
|
|
# When installing setcap, set its inheritable bit to be able to place |
|
|
|
|
# capabilities on files. It can be used in conjunction with pam_cap |
|
|
|
|
# (associated with su and certain users say) to make it useful for |
|
|
|
|
# specially blessed users. If you wish to drop this install feature, |
|
|
|
|
# use this command when running install |
|
|
|
|
# |
|
|
|
|
# make RAISE_SETFCAP=no install |
|
|
|
|
# |
|
|
|
|
var_append makeinstopt " " "RAISE_SETFCAP=no" |
|
|
|
|