From a45f68e99663e871b0b53239fff6be98615872fb Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 7 May 2019 08:15:39 +0200 Subject: ringlogger: export R/O handle for UI process Signed-off-by: Jason A. Donenfeld --- service/securityapi.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/securityapi.go') diff --git a/service/securityapi.go b/service/securityapi.go index 6c5f7844..6373fd7c 100644 --- a/service/securityapi.go +++ b/service/securityapi.go @@ -154,4 +154,4 @@ func getCurrentSecurityAttributes() (*syscall.SecurityAttributes, error) { return nil, err } return securityAttributes, nil -} \ No newline at end of file +} -- cgit v1.2.3-59-g8ed1b