From 944e4b80d4d48e16289b2f18d4c64b323401663d Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 15 Oct 2020 13:29:26 +0100 Subject: [PATCH] Make a note about solaris privileges --- src/privsep-sun.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/privsep-sun.c b/src/privsep-sun.c index f406f4ee..2c5d586a 100644 --- a/src/privsep-sun.c +++ b/src/privsep-sun.c @@ -37,6 +37,8 @@ #warning Solaris privsep should compile but wont work, #warning no DLPI support, ioctl support need rework +/* We should implement privileges(5) as well. + * https://illumos.org/man/5/privileges */ static ssize_t ps_root_doioctl6(unsigned long req, void *data, size_t len) -- 2.47.3