| Commit message (Expand) | Author | Age | Files | Lines |
* | Update most userspace consumers of capability.h to use capsicum.h instead. | rwatson | 2014-03-16 | 1 | -1/+1 |
* | Change the cap_rights_t type from uint64_t to a structure that we can extend | pjd | 2013-09-05 | 1 | -3/+6 |
* | Now that ioctl(2) is allowed in capability mode and we can limit ioctls for the | pjd | 2013-03-14 | 1 | -16/+48 |
* | For functions that return -1 on failure check exactly for -1 and not for | pjd | 2012-01-10 | 1 | -4/+4 |
* | Constify argument. | pjd | 2012-01-06 | 1 | -1/+1 |
* | No need to use KEEP_ERRNO() macro around pjdlog functions, as they don't | pjd | 2011-09-27 | 1 | -19/+17 |
* | Compile capsicum support only if HAVE_CAPSICUM is defined. | pjd | 2011-06-27 | 1 | -0/+4 |
* | Log a warning if we cannot sandbox using capsicum, but only under debug level 1. | pjd | 2011-06-27 | 1 | -2/+6 |
* | To handle BIO_FLUSH and BIO_DELETE requests in secondary worker we need | pjd | 2011-05-23 | 1 | -1/+7 |
* | Currently we are unable to use capsicum for the primary worker process, | pjd | 2011-05-14 | 1 | -18/+40 |
* | When using capsicum to sanbox, still use other methods first, just in case | pjd | 2011-05-14 | 1 | -10/+13 |
* | Add my copyright. | pjd | 2011-03-22 | 1 | -0/+1 |
* | White space cleanups. | pjd | 2011-03-22 | 1 | -4/+4 |
* | When dropping privileges prefer capsicum over chroot+setgid+setuid. | pjd | 2011-03-21 | 1 | -1/+15 |
* | Add snprlcat() and vsnprlcat() - the functions I'm always missing. | pjd | 2011-03-21 | 1 | -0/+24 |
* | Let the caller log info about successful privilege drop. | pjd | 2011-02-03 | 1 | -2/+0 |
* | - Use pjdlog for assertions and aborts as this will log assert/abort message | pjd | 2011-01-31 | 1 | -2/+2 |
* | Implement function that drops privileges by: | pjd | 2011-01-28 | 1 | -0/+72 |
* | Please welcome HAST - Highly Avalable Storage. | pjd | 2010-02-18 | 1 | -0/+118 |