|
Lines 32-39
Link Here
|
| 32 |
Set up the process credentials and process environment |
32 |
Set up the process credentials and process environment |
| 33 |
based on the AIX userdatabase. |
33 |
based on the AIX userdatabase. |
| 34 |
*/ |
34 |
*/ |
| 35 |
setpcred (user); |
35 |
setpcred (user, NULL); |
| 36 |
setpenv (user); |
36 |
setpenv (user, PENV_INIT, NULL, NULL); |
| 37 |
} |
37 |
} |
| 38 |
#endif /* defined(HAVE_GETUSERATTR) */ |
38 |
#endif /* defined(HAVE_GETUSERATTR) */ |
| 39 |
|
39 |
|