添加安全规则
This commit is contained in:
@@ -22,6 +22,8 @@ public enum TaskType implements BaseTaskType {
|
||||
DEL_SYS_LOG(20, "删除系统日志"),
|
||||
// 删除系统文件
|
||||
DEL_SYS_FILE(30, "删除系统文件"),
|
||||
// 删除禁用的系统用户
|
||||
DEL_DISABLE_SYS_USER(40, "删除禁用的系统用户"),
|
||||
;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user