mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-22 17:03:23 +00:00
Add passwd&group files and enable gvisor uidgid test
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
5aa3124e66
commit
2a0446265e
@ -1,4 +1,4 @@
|
||||
TESTS ?= open_test read_test statfs_test chmod_test pty_test
|
||||
TESTS ?= open_test read_test statfs_test chmod_test pty_test uidgid_test
|
||||
|
||||
MKFILE_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))
|
||||
CUR_DIR := $(patsubst %/,%,$(dir $(MKFILE_PATH)))
|
||||
|
4
regression/syscall_test/blocklists/uidgid_test
Normal file
4
regression/syscall_test/blocklists/uidgid_test
Normal file
@ -0,0 +1,4 @@
|
||||
UidGidRootTest.Setgid
|
||||
UidGidRootTest.SetgidNotFromThreadGroupLeader
|
||||
UidGidRootTest.Setregid
|
||||
UidGidRootTest.Setresgid
|
Reference in New Issue
Block a user