Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
2d8847be
D
Docs
项目概览
OpenHarmony
/
Docs
1 年多 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
2d8847be
编写于
2月 20, 2023
作者:
O
openharmony_ci
提交者:
Gitee
2月 20, 2023
浏览文件
操作
浏览文件
下载
差异文件
!14840 添加musl native api中可能由于权限管控调用失败的符号文档说明
Merge pull request !14840 from haotuo/add_musl_permisson_control_api_md
上级
981ebbbe
d9f86187
变更
4
显示空白变更内容
内联
并排
Showing
4 changed file
with
28 addition
and
0 deletion
+28
-0
en/application-dev/reference/native-lib/third_party_libc/musl-permission-control-symbol.md
...ve-lib/third_party_libc/musl-permission-control-symbol.md
+12
-0
en/application-dev/reference/native-lib/third_party_libc/musl.md
...ication-dev/reference/native-lib/third_party_libc/musl.md
+2
-0
zh-cn/application-dev/reference/native-lib/third_party_libc/musl-permission-control-symbol.md
...ve-lib/third_party_libc/musl-permission-control-symbol.md
+12
-0
zh-cn/application-dev/reference/native-lib/third_party_libc/musl.md
...ication-dev/reference/native-lib/third_party_libc/musl.md
+2
-0
未找到文件。
en/application-dev/reference/native-lib/third_party_libc/musl-permission-control-symbol.md
0 → 100644
浏览文件 @
2d8847be
# Native Api Symbols That May Invoke Failed Because of Permission Control
| Symbols | Possiable Reason |
| --- | --- |
| mlockall | usr namespace isolation or lack of CAP_IPC_LOCK privilege |
| swapon | usr namespace isolation |
| swapoff | usr namespace isolation |
| stime | usr namespace isolation or lack of CAP_SYS_TIME privilege |
| settimeofday | usr namespace isolation or lack of CAP_SYS_TIME privilege |
| adjtime | usr namespace isolation or lack of CAP_SYS_TIME privilege |
| clock_settime | usr namespace isolation or lack of CAP_SYS_TIME privilege |
| klogctl | usr namespace isolation or lack of CAP_SYS_ADMIN/CAP_SYSLOG privilege |
\ No newline at end of file
en/application-dev/reference/native-lib/third_party_libc/musl.md
浏览文件 @
2d8847be
...
...
@@ -35,6 +35,8 @@ C standard library includes a set of header files in accordance with standard C
[
Native API Symbols Not Exported
](
musl-peculiar-symbol.md
)
[
Native Api Symbols That May Invoke Failed Because of Permission Control
](
musl-permission-control-symbol.md
)
## libc++
[
libc++
](
https://libcxx.llvm.org/
)
is an implementation of the C++ standard library.
...
...
zh-cn/application-dev/reference/native-lib/third_party_libc/musl-permission-control-symbol.md
0 → 100644
浏览文件 @
2d8847be
# Native api中由于权限管控可能调用失败的符号列表
| 符号名 | 调用失败可能的原因 |
| --- | --- |
| mlockall | usr namespace isolation or lack of CAP_IPC_LOCK privilege |
| swapon | usr namespace isolation |
| swapoff | usr namespace isolation |
| stime | usr namespace isolation or lack of CAP_SYS_TIME privilege |
| settimeofday | usr namespace isolation or lack of CAP_SYS_TIME privilege |
| adjtime | usr namespace isolation or lack of CAP_SYS_TIME privilege |
| clock_settime | usr namespace isolation or lack of CAP_SYS_TIME privilege |
| klogctl | usr namespace isolation or lack of CAP_SYS_ADMIN/CAP_SYSLOG privilege |
\ No newline at end of file
zh-cn/application-dev/reference/native-lib/third_party_libc/musl.md
浏览文件 @
2d8847be
...
...
@@ -35,6 +35,8 @@ C标准函数库是在C语言程序设计中,所有符合标准的头文件的
[
native api中没有导出的符号列表
](
musl-peculiar-symbol.md
)
[
native api由于权限管控可能调用失败的符号列表
](
musl-permission-control-symbol.md
)
## 标准C++库
[
libc++
](
https://libcxx.llvm.org/
)
是C++标准库的一种实现。
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录