summaryrefslogtreecommitdiff
path: root/sandbox-solaris.c
Commit message (Collapse)AuthorAgeFilesLines
* drop two more privileges in the Solaris sandboxDamien Miller2017-06-091-0/+6
| | | | | Drop PRIV_DAX_ACCESS and PRIV_SYS_IB_INFO. Patch from huieying.lee AT oracle.com via bz#2723
* Make Solaris privs code build on older systems.Darren Tucker2016-02-191-4/+5
| | | | | | | | Not all systems with Solaris privs have priv_basicset so factor that out and provide backward compatibility code. Similarly, not all have PRIV_NET_ACCESS so wrap that in #ifdef. Based on code from alex at cooperi.net and djm@ with help from carson at taltos.org and wieland at purdue.edu.
* Support Illumos/Solaris fine-grained privilegesDamien Miller2016-01-081-0/+107
Includes a pre-auth privsep sandbox and several pledge() emulations. bz#2511, patch by Alex Wilson. ok dtucker@