Bugzilla – Attachment 3296 Details for
Bug 3030
window change events not passed when using session multiplexing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Keep PRIV_PROC_SESSION for platform_pledge_mux
063-mux-sigwinch.patch (text/plain), 880 bytes, created by
Darren Moffat
on 2019-07-05 22:50:08 AEST
(
hide
)
Description:
Keep PRIV_PROC_SESSION for platform_pledge_mux
Filename:
MIME Type:
Creator:
Darren Moffat
Created:
2019-07-05 22:50:08 AEST
Size:
880 bytes
patch
obsolete
>diff -ur old/openbsd-compat/port-solaris.c new/openbsd-compat/port-solaris.c >--- old/openbsd-compat/port-solaris.c 2019-07-05 12:21:15.262497877 +0000 >+++ new/openbsd-compat/port-solaris.c 2019-07-05 13:48:19.145472027 +0000 >@@ -1,5 +1,6 @@ > /* > * Copyright (c) 2006 Chad Mynhier. >+ * Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. > * > * Permission to use, copy, modify, and distribute this software for any > * purpose with or without fee is hereby granted, provided that the above >@@ -398,8 +399,7 @@ > priv_delset(pset, PRIV_NET_ACCESS) != 0 || > #endif > priv_delset(pset, PRIV_PROC_EXEC) != 0 || >- priv_delset(pset, PRIV_PROC_INFO) != 0 || >- priv_delset(pset, PRIV_PROC_SESSION) != 0) >+ priv_delset(pset, PRIV_PROC_INFO) != 0) > fatal("priv_delset: %s", strerror(errno)); > > if (setppriv(PRIV_SET, PRIV_PERMITTED, pset) != 0 ||
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 3030
: 3296