Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
lcr
提交
861b8b00
L
lcr
项目概览
openeuler
/
lcr
通知
3
Star
1
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
L
lcr
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
861b8b00
编写于
2月 15, 2020
作者:
W
wujing
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
selinux context configuration item change adaptation
Signed-off-by:
N
wujing
<
wujing50@huawei.com
>
上级
5f7d7f1b
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
5 addition
and
5 deletion
+5
-5
CMakeLists.txt
CMakeLists.txt
+1
-1
lcr.spec
lcr.spec
+2
-2
src/conf.c
src/conf.c
+1
-1
src/lcrcontainer_extend.c
src/lcrcontainer_extend.c
+1
-1
未找到文件。
CMakeLists.txt
浏览文件 @
861b8b00
...
...
@@ -5,7 +5,7 @@ include(cmake/set_build_flags.cmake)
option
(
VERSION
"set lcr version"
ON
)
if
(
VERSION STREQUAL
"ON"
)
set
(
LCR_VERSION
"1.0.
19
"
)
set
(
LCR_VERSION
"1.0.
20
"
)
endif
()
option
(
DEBUG
"set lcr gcc option"
ON
)
...
...
lcr.spec
浏览文件 @
861b8b00
%global _version 1.0.
19
%global _release 20200
121.043807.gita1f42840
%global _version 1.0.
20
%global _release 20200
215.125545.git330d8cda
Name: lcr
Version: %{_version}
Release: %{_release}
...
...
src/conf.c
浏览文件 @
861b8b00
...
...
@@ -627,7 +627,7 @@ static int trans_oci_process_selinux(const oci_runtime_spec_process *proc, struc
int
ret
=
-
1
;
if
(
proc
->
selinux_label
!=
NULL
)
{
node
=
create_lcr_list_node
(
"lxc.se
_
context"
,
proc
->
selinux_label
);
node
=
create_lcr_list_node
(
"lxc.se
linux.
context"
,
proc
->
selinux_label
);
if
(
node
==
NULL
)
{
goto
out
;
}
...
...
src/lcrcontainer_extend.c
浏览文件 @
861b8b00
...
...
@@ -240,7 +240,7 @@ static int trans_hostname_hooks_process_mounts(struct lcr_list *lcr_conf, const
* lxc.cap.{drop/keep}
* lxc.limit.*
* lxc.aa_profile
* lxc.se
_
context
* lxc.se
linux.
context
*/
node
=
trans_oci_process
(
container
->
process
);
if
(
node
==
NULL
)
{
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录