aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/priv.h
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in comment.Rui Paulo2010-07-201-1/+1
* Revised revision 199201 (add interface description capability as inspiredXin LI2010-01-271-0/+1
* Revert revision 199201 for now as it has introduced a kernel vulnerabilityXin LI2009-11-121-1/+0
* Add interface description capability as inspired by OpenBSD.Xin LI2009-11-111-0/+1
* Add two new privileges for use by OpenAFS, which will be supported forRobert Watson2009-07-301-1/+7
* Improve the handling of cpuset with interrupts.John Baldwin2009-07-011-0/+1
* Remove kernel SLIP and PPP privileges, since they are no longer used.Robert Watson2009-06-241-2/+2
* Implement global and per-uid accounting of the anonymous memory. AddKonstantin Belousov2009-06-231-0/+8
* Add placeholder to prevent reuse of privilege 254.Ed Schouten2009-06-201-0/+1
* Improve nested jail awareness of devfs by handling credentials.Ed Schouten2009-06-201-1/+0
* Manage vnets via the jail system. If a jail is given the booleanJamie Gritton2009-06-151-0/+1
* Fix and add a workaround on an issue of EtherIP packet with reversedHiroki Sato2009-06-071-0/+1
* - Rename IP_NONLOCALOK IP socket option to IP_BINDANY, to be more consistentPawel Jakub Dawidek2009-06-011-0/+1
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-291-1/+1
* Add privileges for Capi4BSD to control:Bjoern A. Zeeb2009-05-221-1/+7
* Introduce the extensible jail framework, using the same "name=value"Jamie Gritton2009-04-291-0/+2
* Remove PRIV_ROOT -- all system privileges must now be explicitly namedRobert Watson2009-02-281-7/+2
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.Pawel Jakub Dawidek2008-11-171-1/+1
* Per request, keep privilege number 20 reserved.Ed Schouten2008-11-141-0/+1
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.Ed Schouten2008-11-091-1/+0
* Remove the suser(9) interface from the kernel. It has been replaced fromAttilio Rao2008-09-171-6/+0
* - 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