aboutsummaryrefslogtreecommitdiff
path: root/security/chrootuid
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,Alexey Dokuchaev2021-03-221-1/+1
| | | | | | | | contractions, "<portname> is ..." cases, missing Oxford commas, and other miscellaneous style bugs in the COMMENT line. Notes: svn path=/head/; revision=568947
* - Add LICENSEDmitry Marakasov2016-05-104-9/+14
| | | | | | | | - Switch to options helpers - Regenerate patches with `make makepatch` Notes: svn path=/head/; revision=414930
* Rename security/ patches to reflect the files they modify.Adam Weinberger2014-07-293-0/+0
| | | | Notes: svn path=/head/; revision=363328
* Support stagingEmanuel Haupt2014-02-252-13/+8
| | | | Notes: svn path=/head/; revision=345953
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - Remove A/An in COMMENTCarlo Strub2013-03-291-5/+2
| | | | | | | - Trim Header where applicable Notes: svn path=/head/; revision=315566
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-3/+1
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* truckman@ has had his port bit taken for safekeeping, therefore, returnMark Linimon2007-03-041-1/+1
| | | | | | | | | this port to the pool. Hat: portmgr Notes: svn path=/head/; revision=186468
* Add SHA256.Don Lewis2006-01-041-0/+1
| | | | Notes: svn path=/head/; revision=152732
* Use DOCSDIR macro.Don Lewis2004-03-182-9/+8
| | | | | | | | | Install documents in DOCSDIR with INSTALL_DATA instead of INSTALL_MAN. Simplify executable and man page installation. Notes: svn path=/head/; revision=104358
* SIZEify.Don Lewis2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104352
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Upgrade to version 1.3.Don Lewis2002-06-237-152/+11
| | | | Notes: svn path=/head/; revision=61844
* Fix broken link to coast.cs -> ftp.cerias.Will Andrews2000-12-091-1/+1
| | | | | | | Submitted by: Brian Poole <rajak@cerias.purdue.edu> (ftp.cerias admin) Notes: svn path=/head/; revision=35798
* Initialize supplementary groups.Don Lewis2000-06-212-0/+148
| | | | | | | | | | Ensure that a LOG_NOTICE syslog is always generated when the program is invoked generated when the program is invoked an obvious error. Submitted by: Phil Pennock <phil@globnix.org> Notes: svn path=/head/; revision=29742
* Forgot to remove some variablesChris Piazza2000-04-101-2/+0
| | | | Notes: svn path=/head/; revision=27436
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-1/+3
| | | | Notes: svn path=/head/; revision=27426
* Respect CFLAGSKris Kennaway2000-01-231-0/+11
| | | | Notes: svn path=/head/; revision=24958
* The chrootuid command combines chroot(8) and su(1) into one program,Don Lewis1999-12-096-0/+59
so that there is no need to have commands such as /usr/bin/su in the restricted environment. Access to the file system is restricted to the newroot subtree and privileges are restricted to those of the newuser account (which must be a known account in the unrestricted environment). Notes: svn path=/head/; revision=23667