summaryrefslogtreecommitdiff
blob: 6049bbe282af29e72561b69130068a40bbc68af1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/policycoreutils/newrole/Makefile b/policycoreutils/newrole/Makefile
index bdefbb8..9cff135 100644
--- policycoreutils/newrole/Makefile
+++ policycoreutils/newrole/Makefile
@@ -49,7 +49,7 @@ ifeq ($(NAMESPACE_PRIV),y)
 	IS_SUID=y
 endif
 ifeq ($(IS_SUID),y)
-	MODE := 4555
+	MODE := 0555
 	override LDLIBS += -lcap-ng
 else
 	MODE := 0555