commit | 936fa65b25d4ca7122906bf4f91eb706938e2c0b | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Tue Dec 14 09:42:04 2021 -1000 |
committer | Tejun Heo <tj@kernel.org> | Tue Dec 14 09:42:04 2021 -1000 |
tree | 068f9b005e353980783ab56ecc39a65d476c7221 | |
parent | 0166157c597078892d3caf3f22bab19f7d5c728e [diff] |
selftests: cgroup: Test open-time credential usage for migration checks When a task is writing to an fd opened by a different task, the perm check should use the credentials of the latter task. Add a test for it. Tested-by: Michal Koutný <mkoutny@suse.com> Signed-off-by: Tejun Heo <tj@kernel.org>