• S
    bits/syscall.h: add landlock syscalls from linux v5.13 · ee05b11b
    Szabolcs Nagy 提交于
    see
    
      linux commit a49f4f81cb48925e8d7cbd9e59068f516e984144
      arch: Wire up Landlock syscalls
    
      linuxcommit 17ae69aba89dbfa2139b7f8024b757ab3cc42f59
      Merge tag 'landlock_v34' of ... jmorris/linux-security
    
    Landlock provides for unprivileged application sandboxing. The goal of
    Landlock is to enable to restrict ambient rights (e.g. global filesystem
    access) for a set of processes. Landlock is inspired by seccomp-bpf but
    instead of filtering syscalls and their raw arguments, a Landlock rule
    can restrict the use of kernel objects like file hierarchies, according
    to the kernel semantic.
    ee05b11b
syscall.h.in 15.8 KB