[LTP] [PATCH v5 2/2] statx07.c: set umask to 0
Wei Gao
wegao@suse.com
Thu Feb 22 04:10:18 CET 2024
When system's default umask is 0077, this will trigger following issues:
statx07.c:108: TFAIL: statx() with AT_STATX_DONT_SYNC for mode 644 600
Signed-off-by: Wei Gao <wegao@suse.com>
---
testcases/kernel/syscalls/statx/statx07.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/testcases/kernel/syscalls/statx/statx07.c b/testcases/kernel/syscalls/statx/statx07.c
index 4dbf83e18..227c33c96 100644
--- a/testcases/kernel/syscalls/statx/statx07.c
+++ b/testcases/kernel/syscalls/statx/statx07.c
@@ -116,6 +116,8 @@ static void setup(void)
int ret;
char server_path[BUFF_SIZE];
+ umask(0);
+
cwd = tst_get_tmpdir();
SAFE_MKDIR(SERV_PATH, DEFAULT_MODE);
--
2.35.3
More information about the ltp
mailing list