Document --disable-largefile and --disable-year2038.
This commit is contained in:
17
INSTALL.md
17
INSTALL.md
@@ -226,9 +226,11 @@ Defaults are listed in brackets after the description.
|
|||||||
-fstack-clash-protection, -fcf-protection and linking with
|
-fstack-clash-protection, -fcf-protection and linking with
|
||||||
-zrelro, -znow, and -znoexecstack where supported.
|
-zrelro, -znow, and -znoexecstack where supported.
|
||||||
|
|
||||||
--disable-ssp
|
--disable-largefile
|
||||||
Disable use of the -fstack-protector compiler option.
|
Disable support for large (64-bit) files on 32-bit systems
|
||||||
This does not affect the other hardening options.
|
where the maximum file size is normally 4GB. By default,
|
||||||
|
configure will enable support for 64-bit file sizes if
|
||||||
|
supported by the operating system.
|
||||||
|
|
||||||
--disable-leaks
|
--disable-leaks
|
||||||
Avoid leaking memory even when we are headed for exit,
|
Avoid leaking memory even when we are headed for exit,
|
||||||
@@ -278,6 +280,10 @@ Defaults are listed in brackets after the description.
|
|||||||
instead. This option may only be used in conjunction with
|
instead. This option may only be used in conjunction with
|
||||||
the --enable-static-sudoers option.
|
the --enable-static-sudoers option.
|
||||||
|
|
||||||
|
--disable-ssp
|
||||||
|
Disable use of the -fstack-protector compiler option.
|
||||||
|
This does not affect the other hardening options.
|
||||||
|
|
||||||
--enable-static-sudoers
|
--enable-static-sudoers
|
||||||
By default, the sudoers plugin is built and installed as a
|
By default, the sudoers plugin is built and installed as a
|
||||||
dynamic shared object. When the --enable-static-sudoers
|
dynamic shared object. When the --enable-static-sudoers
|
||||||
@@ -294,6 +300,11 @@ Defaults are listed in brackets after the description.
|
|||||||
use the /usr/lib/tmpfiles.d directory if the file
|
use the /usr/lib/tmpfiles.d directory if the file
|
||||||
/usr/lib/tmpfiles.d/systemd.conf exists.
|
/usr/lib/tmpfiles.d/systemd.conf exists.
|
||||||
|
|
||||||
|
--disable-year2038
|
||||||
|
Disable support for dates after January 2038. By default,
|
||||||
|
configure will enable support for 64-bit time_t values if
|
||||||
|
supported by the operating system.
|
||||||
|
|
||||||
--enable-zlib[=location]
|
--enable-zlib[=location]
|
||||||
Enable the use of the zlib compress library when storing
|
Enable the use of the zlib compress library when storing
|
||||||
I/O log files. If specified, location is the base directory
|
I/O log files. If specified, location is the base directory
|
||||||
|
Reference in New Issue
Block a user