Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
e01048e6
X
Xts Acts
项目概览
OpenHarmony
/
Xts Acts
1 年多 前同步成功
通知
9
Star
22
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
X
Xts Acts
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
e01048e6
编写于
4月 16, 2021
作者:
M
mucor
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix dac testcase
Change-Id: Ic0dec79b7d7ec9ad53679c048b9d20722feefa0a
上级
a9ec2eeb
变更
2
显示空白变更内容
内联
并排
Showing
2 changed file
with
5 addition
and
4 deletion
+5
-4
security_lite/permission_posix/capability/src/ActsCapabilityTest.cpp
...te/permission_posix/capability/src/ActsCapabilityTest.cpp
+1
-0
security_lite/permission_posix/dac/src/ActsSystemDevDacTest.cpp
...ty_lite/permission_posix/dac/src/ActsSystemDevDacTest.cpp
+4
-4
未找到文件。
security_lite/permission_posix/capability/src/ActsCapabilityTest.cpp
浏览文件 @
e01048e6
...
...
@@ -44,6 +44,7 @@ static int TestDacOverrideSuccess()
LOG
(
"ErrInfo: Failed to chdir 'TOP_DIR/CAPDIR0/CAPDIR0_CAPDIR1' with CAP_DAC_OVERRIDE"
);
return
FALSE
;
}
chdir
(
TOP_DIR
"/"
CAPDIR0
);
// Delete the directory 'mkdir' in the directory 'TOP_DIR/CAPDIR0'
ret
=
rmdir
(
TOP_DIR
"/"
CAPDIR0
"/"
CAPDIR0_CAPDIR1
);
if
(
ret
!=
0
)
{
...
...
security_lite/permission_posix/dac/src/ActsSystemDevDacTest.cpp
浏览文件 @
e01048e6
...
...
@@ -25,7 +25,7 @@
using
namespace
std
;
using
namespace
testing
::
ext
;
#if defined(LITE_FS_JFFS2)
|| defined(LITE_FS_VFAT)
#if defined(LITE_FS_JFFS2)
static
void
CreateDevDir
()
{
int
ret
;
...
...
@@ -616,7 +616,7 @@ HWTEST_F(DacTestSuite, DACTest0420, Function | MediumTest | Level2)
SetUidGid
(
UID0
,
GID555
);
// Step 3: Invoke the interface to operate the file system
ret
=
chdir
(
"/storage/"
DACDIR0
"/"
DACDIR0_DACDIR0
);
if
(
ret
!=
FALSE
)
{
if
(
ret
!=
0
)
{
LOG
(
"ErrInfo: VFS error with DAC or Capability"
);
exitCode
=
1
;
}
...
...
@@ -1381,7 +1381,7 @@ HWTEST_F(DacTestSuite, DACTest0600, Function | MediumTest | Level2)
SetUidGid
(
UID555
,
GID555
);
// Step 3: Invoke the interface to operate the file system
ret
=
mkdir
(
"/storage/"
DACDIR0
"/"
DACDIR0_DACDIR0
"/"
DACDIR0_DACDIR0_DACDIR0
,
NORWX
);
if
(
ret
!=
FALSE
)
{
if
(
ret
!=
0
)
{
LOG
(
"ErrInfo: VFS error with DAC or Capability"
);
exitCode
=
1
;
}
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录