Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-19 | Make Solaris privs code build on older systems. | Darren Tucker | |
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. | |||
2016-01-08 | Support Illumos/Solaris fine-grained privileges | Damien Miller | |
Includes a pre-auth privsep sandbox and several pledge() emulations. bz#2511, patch by Alex Wilson. ok dtucker@ |