summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@sudo.ws>2023-02-19 09:46:12 -0700
committerTodd C. Miller <Todd.Miller@sudo.ws>2023-02-19 09:46:12 -0700
commit9a99cfa912614e27a6933f3c1ab7de594b2efb8f (patch)
tree030eb649df8fa713ec9d64a1abac2e43806e0eaa /INSTALL.md
parent95bd409ae0b076072b84116c4fc8bc520445fcbf (diff)
downloadsudo-9a99cfa912614e27a6933f3c1ab7de594b2efb8f.tar.gz
Document --disable-largefile and --disable-year2038.
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md17
1 files changed, 14 insertions, 3 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 34f60f6b6..59dfcae7e 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -226,9 +226,11 @@ Defaults are listed in brackets after the description.
-fstack-clash-protection, -fcf-protection and linking with
-zrelro, -znow, and -znoexecstack where supported.
- --disable-ssp
- Disable use of the -fstack-protector compiler option.
- This does not affect the other hardening options.
+ --disable-largefile
+ Disable support for large (64-bit) files on 32-bit systems
+ 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
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
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
By default, the sudoers plugin is built and installed as a
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
/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 the use of the zlib compress library when storing
I/O log files. If specified, location is the base directory