diff options
author | Darren Tucker <dtucker@zip.com.au> | 2013-03-12 11:31:05 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2013-03-12 11:31:05 +1100 |
commit | aa97d13fa22d410ad155d23b230fd3cce989ce25 (patch) | |
tree | 6b5b35af5bcab94a5e6447f733a96e698069ce48 /platform.h | |
parent | fe10a28e088751ec3a6ac96e73be21bae8b86d70 (diff) |
- (dtucker) [auth.c configure.ac platform.c platform.h] Accept uid 2 ("bin")
in addition to root as an owner of system directories on AIX and HP-UX.
ok djm@
Diffstat (limited to 'platform.h')
-rw-r--r-- | platform.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/platform.h b/platform.h index 944d2c340..19f6bfdd3 100644 --- a/platform.h +++ b/platform.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: platform.h,v 1.7 2010/11/05 03:47:01 dtucker Exp $ */ | 1 | /* $Id: platform.h,v 1.8 2013/03/12 00:31:05 dtucker Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2006 Darren Tucker. All rights reserved. | 4 | * Copyright (c) 2006 Darren Tucker. All rights reserved. |
@@ -29,5 +29,4 @@ void platform_setusercontext(struct passwd *); | |||
29 | void platform_setusercontext_post_groups(struct passwd *); | 29 | void platform_setusercontext_post_groups(struct passwd *); |
30 | char *platform_get_krb5_client(const char *); | 30 | char *platform_get_krb5_client(const char *); |
31 | char *platform_krb5_get_principal_name(const char *); | 31 | char *platform_krb5_get_principal_name(const char *); |
32 | 32 | int platform_sys_dir_uid(uid_t); | |
33 | |||