Port details |
- pam_jail PAM module dropping users in jails after login
- 0.4 security
=0 0.4Version of this port present on the latest quarterly branch. - Maintainer: damien.bobillot_pam_jail@m4x.org
 - Port Added: 2010-05-10 05:54:06
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- License: BSD3CLAUSE
- Description:
- This is a adaptation of pam_chroot to BSD jails : it drops users in jails
after login.
- SVNWeb : git
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- For RUN/BUILD depends:
- pam_jail>0:security/pam_jail
- For LIB depends:
- pam_jail.so:security/pam_jail
- To install the port:
- cd /usr/ports/security/pam_jail/ && make install clean
- To add the package, run one of these commands:
- pkg install security/pam_jail
- pkg install pam_jail
- PKGNAME: pam_jail
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (pam_jail-0.4.tar.gz) = d0a99e2ee89995266a7f95cd0e91a99370be968855da9dbdc7b0d1522c09d5fd
SIZE (pam_jail-0.4.tar.gz) = 3262
- Packages (timestamps in pop-ups are UTC):
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- security_pam_jail
- pkg-message:
- For install:
- You may want to add something like this to your /etc/pam.d/login
or /etc/pam.d/sshd ( when you've configured ssh with PAM )
file to use this module:
session required /usr/local/lib/pam_jail.so
- Master Sites:
|
Number of commits found: 15
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 0.4
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
25 Nov 2019 23:25:52
0.4
|
brooks  |
Fix build with src r354909 applied.
The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.
When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively. When declared in the environment they
become WITHOUT_<FOO>. |
14 Aug 2019 12:16:13
0.4
|
mat  |
Convert to UCL & cleanup pkg-message (categories s) |
03 Nov 2016 16:35:14
0.4
|
linimon  |
Now builds on sparc64.
Approved by: portmgr (tier-2 blanket) |
03 Apr 2015 11:26:50
0.4 
|
mat  |
Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).
Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.
Differential Revision: https://reviews.freebsd.org/D2209 |
10 Dec 2014 14:04:24
0.4
|
feld  |
Update "BSD" license in security category |
17 Jul 2014 08:57:51
0.4
|
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.
CR: D422
Approved by: portmgr (bapt) |
25 Nov 2013 13:18:43
0.4
|
mat  |
Update to 0.4. (10- compability)
PR: ports/182477
Submitted by: maintainer |
21 Nov 2013 13:12:54
0.3
|
mat  |
- Support staging
- Add LICENSE
- Install the uncompressed man page and let the ports infrastructure compress it
maintainer timeout.
PR: ports/183714
Submitted by: mat |
20 Sep 2013 22:55:26
0.3
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
03 Jul 2011 14:03:52
0.3
|
ohauer  |
-remove MD5 |
26 Aug 2010 13:50:19
0.3
|
jpaetzel  |
Fix one character typo |
07 Jul 2010 07:19:32
0.3
|
erwin  |
Bump minimum supported FreeBSD version to 8.0
Submitted by: pointyhat
Feature safe: yes |
04 Jun 2010 02:03:30
0.3
|
linimon  |
Mark broken on sparc64.
Hat: portmgr |
10 May 2010 05:53:48
0.3
|
miwi  |
This is a adaptation of pam_chroot to BSD jails : it dropps users in jails
after login.
PR: ports/145302
Submitted by: Damien Bobillot |
Number of commits found: 15
|