]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Make a note about solaris privileges
authorRoy Marples <roy@marples.name>
Thu, 15 Oct 2020 12:29:26 +0000 (13:29 +0100)
committerRoy Marples <roy@marples.name>
Thu, 15 Oct 2020 12:29:26 +0000 (13:29 +0100)
src/privsep-sun.c

index f406f4ee94a0f10a0b8d6647ec48f2611cfd2feb..2c5d586ac286c415f0e406c5745fcf09ae5286e5 100644 (file)
@@ -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)