Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

指令黑名单 #61

Open
4 of 8 tasks
showsmall opened this issue Oct 10, 2024 · 0 comments
Open
4 of 8 tasks

指令黑名单 #61

showsmall opened this issue Oct 10, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@showsmall
Copy link

Please make sure of the following things.

  • I have read the documentation.
  • 我已阅读 文档
  • I'm sure there are no duplicate issues.
  • 我确定没有提交和他人重复的issue。
  • I'm sure this feature is not implemented.
  • 我确定该功能尚未实现。
  • I'm sure it's a reasonable and popular requirement.
  • 我确定这个需求合理且符合大多数人需要。

Describe the feature / 需求描述

linux客户端拦截非法指令执行,比如登录到平台的非管理员组的用户,不允许执行:rm等指令,可以做一个黑名单列表,由管理员进行维护,然后给每个用户组都关联这个黑名单列表,也可以给不同用户组关联不同的黑名单列表,在普通用户远程执行命令的时候,通过正则匹配用户执行的指令中是否包含黑名单列表中的指令

Suggested solution / 实现思路

linux客户端拦截非法指令执行,比如登录到平台的非管理员组的用户,不允许执行:rm等指令,可以做一个黑名单列表,由管理员进行维护,然后给每个用户组都关联这个黑名单列表,也可以给不同用户组关联不同的黑名单列表,在普通用户远程执行命令的时候,通过正则匹配用户执行的指令中是否包含黑名单列表中的指令

Additional information / 附加说明

linux客户端拦截非法指令执行,比如登录到平台的非管理员组的用户,不允许执行:rm等指令,可以做一个黑名单列表,由管理员进行维护,然后给每个用户组都关联这个黑名单列表,也可以给不同用户组关联不同的黑名单列表,在普通用户远程执行命令的时候,通过正则匹配用户执行的指令中是否包含黑名单列表中的指令

@showsmall showsmall added the enhancement New feature or request label Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant