diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2003-01-16 03:41:57 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2003-01-16 03:41:57 +0000 |
| commit | 42c0e331cd63aea8f310a2ad8e3e14094a307ee0 (patch) | |
| tree | e43ce9e21ecc9e01632c722ff746ef7aab374137 /usr.sbin/inetd/inetd.c | |
| parent | 5a28517db02c0303098bea091cdc9e35c0860bd5 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/inetd/inetd.c')
| -rw-r--r-- | usr.sbin/inetd/inetd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/inetd/inetd.c b/usr.sbin/inetd/inetd.c index d47691ec0f00e..8390c09e6fd1b 100644 --- a/usr.sbin/inetd/inetd.c +++ b/usr.sbin/inetd/inetd.c @@ -812,7 +812,7 @@ main(int argc, char **argv) } #ifdef LOGIN_CAP if (setusercontext(lc, pwd, pwd->pw_uid, - LOGIN_SETRESOURCES | LOGIN_SETPRIORITY) + LOGIN_SETALL & ~LOGIN_SETMAC) != 0) { syslog(LOG_ERR, "%s: can't setusercontext(..%s..): %m", |
