aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/priv.h
Commit message (Expand)AuthorAgeFilesLines
* - Add cpuctl(4) pseudo-device driver to provide access to some low-levelStanislav Sedov2008-08-081-1/+7
* Add a new priv 'PRIV_SCHED_CPUSET' to check if manipulating cpusets isBjoern A. Zeeb2008-06-291-0/+1
* Add privilege PRIV_NNPFS_DEBUG for use with Arla/nnpfs. This privilegeRobert Watson2008-02-151-1/+6
* Replace the last susers calls in netinet6/ with privilege checks.Bjoern A. Zeeb2008-01-241-0/+1
* Add a new privilage category for DDB(4), and add PRIV_DDB_CAPTURE toRobert Watson2007-12-251-1/+6
* Add PRIV_VFS_STAT privilege, which will allow overriding policy limits onRobert Watson2007-10-211-0/+1
* Update comment: kernel privileges are, in fact sorted by subsytem.Robert Watson2007-06-181-1/+1
* Rather than passing SUSER_RUID into priv_check_cred() to specify whenRobert Watson2007-06-161-10/+4
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inRobert Watson2007-06-121-0/+12
* Attempt to rationalize NFS privileges:Robert Watson2007-04-211-1/+6
* Rename the trunk(4) driver to lagg(4) as it is too similar to vlan trunking.Andrew Thompson2007-04-171-1/+1
* Add a new privilege, PRIV_NETINET_REUSEPORT, which will replace superuserRobert Watson2007-04-101-0/+1
* Add the trunk(4) driver for providing link aggregation, failover and faultAndrew Thompson2007-04-101-0/+1
* Add ZFS-specific privileges.Pawel Jakub Dawidek2007-04-061-0/+9
* Rename PRIV_VFS_CLEARSUGID to PRIV_VFS_RETAINSUGID, which seems to betterPawel Jakub Dawidek2007-03-011-1/+1
* Add a comment for PRIV_NET_SETLLADDR.Pawel Jakub Dawidek2007-02-271-1/+1
* Remove unnecessary privilege and privilege check for WITNESS sysctl.Robert Watson2007-02-201-10/+9
* Remove discontinuity in network privilege number space.Robert Watson2007-02-201-70/+70
* Remove unused PRIV_IPC_EXEC. Renumbers System V IPC privilege.Robert Watson2007-02-201-3/+2
* Rename three quota privileges from the UFS privilege namespace to theRobert Watson2007-02-191-27/+27
* Add a new priv(9) kernel interface for checking the availability ofRobert Watson2006-11-061-0/+457