feat: add fine-grained clipboard permission control for graphical sessions#505
Open
lettimepassby wants to merge 2 commits into
Conversation
Contributor
Author
说明改为从 sdk-go 新增的强类型字段 依赖(sdk-go)本 PR 依赖 sdk-go 的改动: 改动
兼容性
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
为资产授权增加更细粒度的剪贴板权限控制,覆盖 RDP/VNC 图形会话:可分别管控文件上行 / 文件下行 / 字符串复制 / 字符串粘贴,并对复制、粘贴设置字符数上限(0 表示不限制)。策略从后端配置、经连接令牌下发、在图形代理逐流强制执行,前端提供独立的编辑入口。涉及 jumpserver、lion、lina 三个仓库。