Unix and Linux Discussions Tagged with security |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
0 |
37,512 |
Cybersecurity |
|
|
|
14 |
17,388 |
Cybersecurity |
|
|
|
0 |
7,130 |
Cybersecurity |
|
|
|
0 |
17,703 |
Programming |
|
|
|
2 |
21,376 |
Cybersecurity |
|
|
|
10 |
13,975 |
Cybersecurity |
|
|
|
7 |
11,891 |
Cybersecurity |
|
|
|
2 |
6,811 |
Cybersecurity |
|
|
|
9 |
15,322 |
Cybersecurity |
|
|
|
0 |
12,566 |
What is on Your Mind? |
|
|
|
3 |
8,394 |
Cybersecurity |
|
|
|
1 |
8,670 |
Cybersecurity |
|
|
|
9 |
2,966 |
UNIX for Beginners Questions & Answers |
|
|
|
0 |
3,063 |
What is on Your Mind? |
|
|
|
1 |
8,288 |
Cybersecurity |
|
|
|
1 |
8,085 |
Cybersecurity |
|
|
|
0 |
8,002 |
Cybersecurity |
|
|
|
1 |
5,160 |
AIX |
|
|
|
4 |
7,860 |
Cybersecurity |
|
|
|
0 |
9,084 |
Cybersecurity |
|
|
|
2 |
8,091 |
Cybersecurity |
|
|
|
8 |
11,915 |
Cybersecurity |
|
|
|
1 |
9,050 |
Cybersecurity |
|
|
|
1 |
8,507 |
Cybersecurity |
|
|
|
2 |
7,886 |
Cybersecurity |
|
|
|
2 |
8,785 |
Cybersecurity |
|
|
|
1 |
8,498 |
Cybersecurity |
|
|
|
2 |
11,976 |
Cybersecurity |
|
|
|
6 |
8,621 |
Cybersecurity |
|
|
|
0 |
8,348 |
Cybersecurity |
|
|
|
1 |
3,176 |
Ubuntu |
|
|
|
2 |
7,458 |
Cybersecurity |
|
|
|
2 |
7,706 |
Cybersecurity |
|
|
|
1 |
12,191 |
Cybersecurity |
|
|
|
0 |
7,168 |
Cybersecurity |
|
|
|
3 |
10,150 |
Cybersecurity |
|
|
|
0 |
7,926 |
Cybersecurity |
|
|
|
2 |
9,244 |
Cybersecurity |
|
|
|
6 |
8,465 |
AIX |
|
|
|
2 |
9,920 |
Cybersecurity |
secdef(3) Library Functions Manual secdef(3)
NAME
secdef: open_secdef(), close_secdef(), get_secdef_str(), get_secdef_int() - security defaults configuration file routines
SYNOPSIS
DESCRIPTION
opens the security configuration file This function must be called prior to calling or
closes the security configuration file.
and return the value of the specified parameter defined in the security configuration file. See the security(4) manpage.
Programs using these routines must be compiled with
APPLICATION USAGE
In a multithreaded application, these interfaces are thread-safe, but not async-cancel-safe. A cancellation point may occur when a thread
is executing any of these interfaces.
RETURN VALUE
returns a value of if the open completed successfully. Otherwise, it returns and leaves unchanged from the call. and return the follow-
ing:
The value of the specified parameter was successfully returned.
The entry was not found, or the security configuration file was not opened.
The format of the entry was incorrect.
EXAMPLES
This example obtains the "path" from the parameter.
FILES
Security defaults configuration file.
SEE ALSO
security(4).
secdef(3)