aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/priv.h
Commit message (Expand)AuthorAgeFilesLines
* vfs: respect PRIV_VFS_LOOKUP in vaccess_smrMateusz Guzik2020-08-251-0/+2
* [net80211] missing from last commit, le whoopsAdrian Chadd2020-07-191-2/+4
* vfs: add restrictions to read(2) of a directory [2/2]Kyle Evans2020-06-041-0/+1
* Partially decompose priv_check by adding priv_check_cred_vfs_generationMateusz Guzik2020-02-131-0/+1
* Remove unused argument to priv_check_cred.Mateusz Guzik2018-12-111-1/+1
* Allow to specify PCP on packets not belonging to any VLAN.Konstantin Belousov2018-03-271-1/+2
* sys/sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove the support for mknod(S_IFMT), which created dummy vnodes withKonstantin Belousov2017-10-221-1/+1
* Add support to priority code point (PCP) that is an 3-bit fieldMarcelo Araujo2016-06-061-0/+1
* sys/sys: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Update comment to note the function, prison_priv_check(), that needs toKirk McKusick2016-01-211-2/+3
* Add procctl(2) PROC_TRACE_CTL command to enable or disable debuggerKonstantin Belousov2015-01-181-0/+1
* Add vxlan interfaceBryan Venteicher2014-10-201-0/+1
* Several years after initial development, merge prototype support forRobert Watson2014-03-151-0/+1
* Add placeholders for IPX/SPX and AppleTalk priveledges, to avoidGleb Smirnoff2014-03-141-0/+11
* Remove AppleTalk support.Gleb Smirnoff2014-03-141-5/+0
* Remove IPX support.Gleb Smirnoff2014-03-141-6/+0
* Fix typo.Edward Tomasz Napierala2013-08-031-1/+2
* Make the comments a little more clear about PRIV_KMEM_*, explicitlyJamie Gritton2013-07-061-3/+3
* Bump up _PRIV_HIGHEST to account for PRIV_KMEM_READ/WRITE.Jamie Gritton2013-07-051-1/+1
* Add new privileges, PRIV_KMEM_READ and PRIV_KMEM_WRITE, used in openingJamie Gritton2013-07-051-0/+6
* Add infrastructure to allow all frames/packets received on an interfaceBjoern A. Zeeb2011-07-031-0/+1
* Rename a misnamed structure field (hr_loginclass), and reorder priv(9)Edward Tomasz Napierala2011-04-101-5/+5
* Add rctl. It's used by racct to take user-configurable actions basedEdward Tomasz Napierala2011-03-301-1/+10
* Add two new system calls, setloginclass(2) and getloginclass(2). This makesEdward Tomasz Napierala2011-03-051-0/+1
* 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