# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.  Line
# up the first '|' above the ':' following the base package name, and the '|' on
# the right side marks the last column you can put a character in.  You must make
# exactly 11 lines for the formatting to be correct.  It's also customary to
# leave one space after the ':'.

                    |-----handy-ruler--------------------------------------------------------|
kernel-mmap_min_addr: kernel-mmap_min_addr (prevent mmap() to pages below 4096)
kernel-mmap_min_addr:
kernel-mmap_min_addr: The package patches the Slackware init scripts to set memory page 4096
kernel-mmap_min_addr: as the lowest mmap()able page by userspace (without additional
kernel-mmap_min_addr: privileges, such as through CAP_SYS_RAWIO).
kernel-mmap_min_addr:
kernel-mmap_min_addr: Some programs such as 16-bit emulators may not work unless this is set
kernel-mmap_min_addr: to 0, but allowing page 0 to be mapped has led to kernel security
kernel-mmap_min_addr: problems.  Try to get these programs to use CAP_SYS_RAWIO instead.
kernel-mmap_min_addr:
kernel-mmap_min_addr: A custom value may be set in: /etc/rc.d/init.d/rc.mmap_min_addr
