]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
landlock: Use square brackets around "landlock-ruleset"
authorChristian Brauner <christian.brauner@ubuntu.com>
Mon, 11 Oct 2021 13:37:04 +0000 (15:37 +0200)
committerStefan Bader <stefan.bader@canonical.com>
Wed, 27 Apr 2022 09:56:43 +0000 (11:56 +0200)
commit103b26eb65ea9500de8f20fbf94b6f7963ca3436
tree8cb2b9d8a35faa497aa22ed106141b147c3e239f
parent2a808b6c99f779e65853ce3123c0ff1b89f038a5
landlock: Use square brackets around "landlock-ruleset"

BugLink: https://bugs.launchpad.net/bugs/1969110
commit aea0b9f2486da8497f35c7114b764bf55e17c7ea upstream.

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
1cdc415f1083 ("uapi, fsopen: use square brackets around "fscontext" [ver #2]")
for the new mount api.

Cc: linux-security-module@vger.kernel.org
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
Link: https://lore.kernel.org/r/20211011133704.1704369-1-brauner@kernel.org
Cc: stable@vger.kernel.org
Signed-off-by: Mickaël Salaün <mic@linux.microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
(cherry picked from commit 3d4b396a616d0d67bf95d6823ad1197f6247292e)
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
security/landlock/syscalls.c