OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PAM_CAP
(Results
1 - 2
of
2
) sorted by null
/external/libcap/
Makefile
13
ifneq ($(
PAM_CAP
),no)
14
$(MAKE) -C
pam_cap
$@
Make.Rules
70
PAM_CAP
:= $(shell if [ -f /usr/include/security/pam_modules.h ]; then echo yes ; else echo no ; fi)
76
# capabilities on files. It can be used in conjunction with
pam_cap
Completed in 97 milliseconds