summaryrefslogtreecommitdiffstats
path: root/sys/sys/priv.h
Commit message (Expand)AuthorAgeFilesLines
* Importing pfSense patch pf_802.1p.diffRenato Botelho2015-08-171-0/+1
* MFC r273331, r273371, r275851:bryanv2015-06-141-0/+1
* MFC r277322:kib2015-01-251-0/+1
* Fix typo.trasz2013-08-031-1/+2
* Make the comments a little more clear about PRIV_KMEM_*, explicitlyjamie2013-07-061-3/+3
* Bump up _PRIV_HIGHEST to account for PRIV_KMEM_READ/WRITE.jamie2013-07-051-1/+1
* Add new privileges, PRIV_KMEM_READ and PRIV_KMEM_WRITE, used in openingjamie2013-07-051-0/+6
* Add infrastructure to allow all frames/packets received on an interfacebz2011-07-031-0/+1
* Rename a misnamed structure field (hr_loginclass), and reorder priv(9)trasz2011-04-101-5/+5
* Add rctl. It's used by racct to take user-configurable actions basedtrasz2011-03-301-1/+10
* Add two new system calls, setloginclass(2) and getloginclass(2). This makestrasz2011-03-051-0/+1
* Fix typo in comment.rpaulo2010-07-201-1/+1
* Revised revision 199201 (add interface description capability as inspireddelphij2010-01-271-0/+1
* Revert revision 199201 for now as it has introduced a kernel vulnerabilitydelphij2009-11-121-1/+0
* Add interface description capability as inspired by OpenBSD.delphij2009-11-111-0/+1
* Add two new privileges for use by OpenAFS, which will be supported forrwatson2009-07-301-1/+7
* Improve the handling of cpuset with interrupts.jhb2009-07-011-0/+1
* Remove kernel SLIP and PPP privileges, since they are no longer used.rwatson2009-06-241-2/+2
* Implement global and per-uid accounting of the anonymous memory. Addkib2009-06-231-0/+8
* Add placeholder to prevent reuse of privilege 254.ed2009-06-201-0/+1
* Improve nested jail awareness of devfs by handling credentials.ed2009-06-201-1/+0
* Manage vnets via the jail system. If a jail is given the booleanjamie2009-06-151-0/+1
* Fix and add a workaround on an issue of EtherIP packet with reversedhrs2009-06-071-0/+1
* - Rename IP_NONLOCALOK IP socket option to IP_BINDANY, to be more consistentpjd2009-06-011-0/+1
* Place hostnames and similar information fully under the prison system.jamie2009-05-291-1/+1
* Add privileges for Capi4BSD to control:bz2009-05-221-1/+7
* Introduce the extensible jail framework, using the same "name=value"jamie2009-04-291-0/+2
* Remove PRIV_ROOT -- all system privileges must now be explicitly namedrwatson2009-02-281-7/+2
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.pjd2008-11-171-1/+1
* Per request, keep privilege number 20 reserved.ed2008-11-141-0/+1
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.ed2008-11-091-1/+0
* Remove the suser(9) interface from the kernel. It has been replaced fromattilio2008-09-171-6/+0
* - Add cpuctl(4) pseudo-device driver to provide access to some low-levelstas2008-08-081-1/+7
* Add a new priv 'PRIV_SCHED_CPUSET' to check if manipulating cpusets isbz2008-06-291-0/+1
* Add privilege PRIV_NNPFS_DEBUG for use with Arla/nnpfs. This privilegerwatson2008-02-151-1/+6
* Replace the last susers calls in netinet6/ with privilege checks.bz2008-01-241-0/+1
* Add a new privilage category for DDB(4), and add PRIV_DDB_CAPTURE torwatson2007-12-251-1/+6
* Add PRIV_VFS_STAT privilege, which will allow overriding policy limits onrwatson2007-10-211-0/+1
* Update comment: kernel privileges are, in fact sorted by subsytem.rwatson2007-06-181-1/+1
* Rather than passing SUSER_RUID into priv_check_cred() to specify whenrwatson2007-06-161-10/+4
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-121-0/+12
* Attempt to rationalize NFS privileges:rwatson2007-04-211-1/+6
* Rename the trunk(4) driver to lagg(4) as it is too similar to vlan trunking.thompsa2007-04-171-1/+1
* Add a new privilege, PRIV_NETINET_REUSEPORT, which will replace superuserrwatson2007-04-101-0/+1
* Add the trunk(4) driver for providing link aggregation, failover and faultthompsa2007-04-101-0/+1
* Add ZFS-specific privileges.pjd2007-04-061-0/+9
* Rename PRIV_VFS_CLEARSUGID to PRIV_VFS_RETAINSUGID, which seems to betterpjd2007-03-011-1/+1
* Add a comment for PRIV_NET_SETLLADDR.pjd2007-02-271-1/+1
* Remove unnecessary privilege and privilege check for WITNESS sysctl.rwatson2007-02-201-10/+9
* Remove discontinuity in network privilege number space.rwatson2007-02-201-70/+70
OpenPOWER on IntegriCloud