Defines | |
#define | APR_USETID 0x0800 |
#define | APR_UREAD 0x0400 |
#define | APR_UWRITE 0x0200 |
#define | APR_UEXECUTE 0x0100 |
#define | APR_GSETID 0x0080 |
#define | APR_GREAD 0x0040 |
#define | APR_GWRITE 0x0020 |
#define | APR_GEXECUTE 0x0010 |
#define | APR_WSTICKY 0x0008 |
#define | APR_WREAD 0x0004 |
#define | APR_WWRITE 0x0002 |
#define | APR_WEXECUTE 0x0001 |
#define | APR_OS_DEFAULT 0x0FFF |
#define | APR_FILE_SOURCE_PERMS 0x1000 |
|
Copy source file's permissions |
|
Execute by group |
|
Read by group |
|
Set group id |
|
Write by group |
|
use OS's default permissions |
|
Execute by user |
|
Read by user |
|
Set user id |
|
Write by user |
|
Execute by others |
|
Read by others |
|
Sticky bit |
|
Write by others |