Defines | |
#define | APR_FPROT_USETID 0x8000 |
#define | APR_FPROT_UREAD 0x0400 |
#define | APR_FPROT_UWRITE 0x0200 |
#define | APR_FPROT_UEXECUTE 0x0100 |
#define | APR_FPROT_GSETID 0x4000 |
#define | APR_FPROT_GREAD 0x0040 |
#define | APR_FPROT_GWRITE 0x0020 |
#define | APR_FPROT_GEXECUTE 0x0010 |
#define | APR_FPROT_WSTICKY 0x2000 |
#define | APR_FPROT_WREAD 0x0004 |
#define | APR_FPROT_WWRITE 0x0002 |
#define | APR_FPROT_WEXECUTE 0x0001 |
#define | APR_FPROT_OS_DEFAULT 0x0FFF |
#define | APR_FPROT_FILE_SOURCE_PERMS 0x1000 |
#define | APR_USETID APR_FPROT_USETID |
#define | APR_UREAD APR_FPROT_UREAD |
#define | APR_UWRITE APR_FPROT_UWRITE |
#define | APR_UEXECUTE APR_FPROT_UEXECUTE |
#define | APR_GSETID APR_FPROT_GSETID |
#define | APR_GREAD APR_FPROT_GREAD |
#define | APR_GWRITE APR_FPROT_GWRITE |
#define | APR_GEXECUTE APR_FPROT_GEXECUTE |
#define | APR_WSTICKY APR_FPROT_WSTICKY |
#define | APR_WREAD APR_FPROT_WREAD |
#define | APR_WWRITE APR_FPROT_WWRITE |
#define | APR_WEXECUTE APR_FPROT_WEXECUTE |
#define | APR_OS_DEFAULT APR_FPROT_OS_DEFAULT |
#define | APR_FILE_SOURCE_PERMS APR_FPROT_FILE_SOURCE_PERMS |
|
|
|
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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|