Commit e615bdb3 authored by Robert Sesek's avatar Robert Sesek Committed by Commit Bot

Allow network.sb to access Kerberos files and Mach services.

Bug: 1017830
Change-Id: I1c0c69b130bc048ec75a70a65e22e7d73fad0158
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1906632
Commit-Queue: Robert Sesek <rsesek@chromium.org>
Reviewed-by: default avatarRyan Sleevi <rsleevi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#713980}
parent fa5d575a
...@@ -108,3 +108,13 @@ ...@@ -108,3 +108,13 @@
(allow sysctl-read (allow sysctl-read
(sysctl-name-regex #"^net.routetable") (sysctl-name-regex #"^net.routetable")
) )
; Kerberos support. This should be removed after GSS is moved out of the
; network service. https://crbug.com/1017830
(allow mach-lookup
(global-name "org.h5l.kcm")
)
(allow file-read*
(path "/private/etc/krb5.conf")
(subpath "/System/Library/KerberosPlugins/KerberosFrameworkPlugins")
)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment