aboutsummaryrefslogtreecommitdiffstats
path: root/libselinux/src
diff options
context:
space:
mode:
Diffstat (limited to 'libselinux/src')
-rw-r--r--libselinux/src/audit2why.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libselinux/src/audit2why.c b/libselinux/src/audit2why.c
index 86574e46..5676b7dd 100644
--- a/libselinux/src/audit2why.c
+++ b/libselinux/src/audit2why.c
@@ -428,9 +428,9 @@ static PyObject *analyze(PyObject *self __attribute__((unused)) , PyObject *args
RETURN(CONSTRAINT);
}
- if (reason & SEPOL_COMPUTEAV_RBAC) {
+ if (reason & SEPOL_COMPUTEAV_RBAC)
RETURN(RBAC)
- }
+
RETURN(BADCOMPUTE)
}