summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorkernelmethod <wss2ec@virginia.edu>2022-05-23 00:55:16 -0600
committerkernelmethod <wss2ec@virginia.edu>2022-05-23 00:55:16 -0600
commit95d52d158816b67f47e6a8f5e1dc3a1094b6e964 (patch)
treeacd7e356fce6f0a9d5e5dfe1ad0bc2eb2833279d /config.h.in
parentf2d4f12849b0b498308a4d203018378e6ce9f767 (diff)
downloadsudo-95d52d158816b67f47e6a8f5e1dc3a1094b6e964.tar.gz
Add a --with-apparmor build flag
Add a new build flag, --with-apparmor, that builds sudo with AppArmor support. Modify the build script for Debian and Ubuntu to enable this flag by default.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index ac94b4983..d0be95822 100644
--- a/config.h.in
+++ b/config.h.in
@@ -51,6 +51,9 @@
/* Define to 1 if you use AIX general authentication. */
#undef HAVE_AIXAUTH
+/* Define to 1 to enable AppArmor support. */
+#undef HAVE_APPARMOR
+
/* Define to 1 if you have the `arc4random' function. */
#undef HAVE_ARC4RANDOM