From: Roy Marples Date: Thu, 15 Oct 2020 12:29:26 +0000 (+0100) Subject: Make a note about solaris privileges X-Git-Tag: v9.3.2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=944e4b80d4d48e16289b2f18d4c64b323401663d;p=thirdparty%2Fdhcpcd.git Make a note about solaris privileges --- 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)