Inconsistencies between Landlock and non-landlock mode #19
标签
未选择里程碑
未指派成员
1 名参与者
通知
到期时间
未设置到期时间。
依赖工单
没有设置依赖项。
参考:crtxcr/exile.h#19
正在加载...
在新工单中引用
屏蔽一个用户
没有提供说明。
删除分支 %!s()
删除分支是永久的。虽然已删除的分支在实际被删除前有可能会短时间存在,但这在大多数情况下无法撤销。是否继续?
Code written under the assumption breaks when compiled on landlock-enabled systems.
qssb_append_path_policy(policy, QSSB_FS_ALLOW_READ | QSSB_FS_ALLOW_WRITE)
generall assumes natural behaviour, such as delete being allowed, or the creation of sockets etc.
On landlock, this behaviour changes.
So, we may need to simply implicitly add the necessary flags.