musl-permission-control-symbol.md 679 字节
Newer Older
A
Annie_wang 已提交
1
# Native API Symbols That May Fail to Be Invoked Due to Permission Control
2

A
Annie_wang 已提交
3
| Symbol| Possible Cause|
4
| --- | --- |
A
Annie_wang 已提交
5 6 7 8 9 10 11 12
| mlockall | User namespace isolation or lack of the CAP_IPC_LOCK privilege.|
| swapon | User namespace isolation. |
| swapoff | User namespace isolation. |
| stime | User namespace isolation or lack of the CAP_SYS_TIME privilege.|
| settimeofday | User namespace isolation or lack of the CAP_SYS_TIME privilege.|
| adjtime | User namespace isolation or lack of the CAP_SYS_TIME privilege.|
| clock_settime | User namespace isolation or lack of the CAP_SYS_TIME privilege.|
| klogctl | User namespace isolation or lack of the CAP_SYS_ADMIN/CAP_SYSLOG privilege.|