-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This patch looks good to me. acked. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk5yVLMACgkQrlYvE4MpobOC7wCfRBKev2+wkmY1npoWpgtlslM5 40wAoJ+NN/nkXNvS0dPIOXuGLTeM7FXD =uKCg -----END PGP SIGNATURE-----
>From b01ce6e81b29fb416a8b0f3cf9fe5880789f85df Mon Sep 17 00:00:00 2001 From: Eric Paris <eparis@xxxxxxxxxx> Date: Fri, 26 Aug 2011 15:26:25 -0400 Subject: [PATCH 30/67] policycoreutils: sandbox: add -Wall and -Werror to makefile Just like everything else we should be erroring out on warnings. Signed-off-by: Eric Paris <eparis@xxxxxxxxxx> Acked-by: Dan Walsh <dwalsh@xxxxxxxxxx> --- policycoreutils/sandbox/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/policycoreutils/sandbox/Makefile b/policycoreutils/sandbox/Makefile index 21df0c4..a6ca6ca 100644 --- a/policycoreutils/sandbox/Makefile +++ b/policycoreutils/sandbox/Makefile @@ -7,7 +7,7 @@ SBINDIR ?= $(PREFIX)/sbin MANDIR ?= $(PREFIX)/share/man LOCALEDIR ?= /usr/share/locale SHAREDIR ?= $(PREFIX)/share/sandbox -override CFLAGS += $(LDFLAGS) -I$(PREFIX)/include -DPACKAGE="\"policycoreutils\"" +override CFLAGS += $(LDFLAGS) -I$(PREFIX)/include -DPACKAGE="\"policycoreutils\"" -Wall -Werror -Wextra LDLIBS += -lselinux -lcap-ng all: sandbox seunshare sandboxX.sh start -- 1.7.6.2