Mercurial > hg > dhcpcd
changeset 5518:edeb84f3f081 draft
Make a note about solaris privileges
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Thu, 15 Oct 2020 13:29:26 +0100 |
| parents | 86d8640d181a |
| children | a5c61a48ae3c |
| files | src/privsep-sun.c |
| diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/privsep-sun.c Mon Oct 12 14:56:34 2020 +0100 +++ b/src/privsep-sun.c Thu Oct 15 13:29:26 2020 +0100 @@ -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)
