Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

landlock-genprof abi list

Lists Landlock rights, optionally filtered to one ABI level and below

Synopsis

Lists every Landlock right this project’s ABI table knows about, its introducing ABI level, and that level’s documented minimum kernel version. –abi restricts the list to rights available at or below a given level (e.g. –abi 3 for what a 6.2 kernel supports).

Installed as a kubectl plugin (the common case): run this as kubectl landlock-genprof <command>. Running this binary directly instead (standalone, not via kubectl) works the same way, without that prefix.

landlock-genprof abi list [flags]

Examples

  kubectl landlock-genprof abi list
  kubectl landlock-genprof abi list --abi 3

Options

      --abi int   Restrict to rights available at or below this ABI level (0 = all known levels)
  -h, --help      help for list

SEE ALSO