mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-08 01:08:45 +00:00
Make the name of the anon inode fd "[landlock-ruleset]" instead of
"landlock-ruleset". This is minor but most anon inode fds already
carry square brackets around their name:
[eventfd]
[eventpoll]
[fanotify]
[fscontext]
[io_uring]
[pidfd]
[signalfd]
[timerfd]
[userfaultfd]
For the sake of consistency lets do the same for the landlock-ruleset anon
inode fd that comes with landlock. We did the same in
|
||
|---|---|---|
| .. | ||
| common.h | ||
| cred.c | ||
| cred.h | ||
| fs.c | ||
| fs.h | ||
| Kconfig | ||
| limits.h | ||
| Makefile | ||
| object.c | ||
| object.h | ||
| ptrace.c | ||
| ptrace.h | ||
| ruleset.c | ||
| ruleset.h | ||
| setup.c | ||
| setup.h | ||
| syscalls.c | ||