82 kx # HOW TO EDIT THIS FILE:
82 kx # The "handy ruler" below makes it easier to edit a package description. Line
82 kx # up the first '|' above the ':' following the base package name, and the '|'
82 kx # on the right side marks the last column you can put a character in. You must
82 kx # make exactly 11 lines for the formatting to be correct. It's also
82 kx # customary to leave one space after the ':'.
82 kx
82 kx |-----handy-ruler------------------------------------------------------|
82 kx libseccomp: libseccomp @VERSION@ (enhanced seccomp library)
82 kx libseccomp:
82 kx libseccomp: The libseccomp library provides an easy to use, platform
82 kx libseccomp: independent, interface to the Linux Kernel's syscall filtering
82 kx libseccomp: mechanism. The libseccomp API is designed to abstract away the
82 kx libseccomp: underlying BPF based syscall filter language and present a more
82 kx libseccomp: conventional function-call based filtering interface that should
82 kx libseccomp: be familiar to, and easily adopted by, application developers.
82 kx libseccomp:
82 kx libseccomp: Homepage: https://github.com/seccomp/libseccomp
82 kx libseccomp: