aboutsummaryrefslogtreecommitdiff
path: root/sys/security/mac_seeotheruids
diff options
context:
space:
mode:
authorMateusz Guzik <mjg@FreeBSD.org>2018-12-11 19:32:16 +0000
committerMateusz Guzik <mjg@FreeBSD.org>2018-12-11 19:32:16 +0000
commitcc426dd31990b8b50b210efc450e404596548ca1 (patch)
tree4c797c5d8886d8d05bb5346b747005b539105825 /sys/security/mac_seeotheruids
parent959530cc41aea5f878c2c2cea5b545d295108bab (diff)
downloadsrc-cc426dd31990b8b50b210efc450e404596548ca1.tar.gz
src-cc426dd31990b8b50b210efc450e404596548ca1.zip
Notes
Diffstat (limited to 'sys/security/mac_seeotheruids')
-rw-r--r--sys/security/mac_seeotheruids/mac_seeotheruids.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/mac_seeotheruids/mac_seeotheruids.c b/sys/security/mac_seeotheruids/mac_seeotheruids.c
index cef0d265648e..2d964645e8e9 100644
--- a/sys/security/mac_seeotheruids/mac_seeotheruids.c
+++ b/sys/security/mac_seeotheruids/mac_seeotheruids.c
@@ -123,7 +123,7 @@ seeotheruids_check(struct ucred *cr1, struct ucred *cr2)
return (0);
if (suser_privileged) {
- if (priv_check_cred(cr1, PRIV_SEEOTHERUIDS, 0) == 0)
+ if (priv_check_cred(cr1, PRIV_SEEOTHERUIDS) == 0)
return (0);
}