- add the missing sysctl to the deprecated list
- add a comment to not add new generic sysctls and point to SYSCTL_JAIL_PARAM instead
Details
Details
- Reviewers
- None
- Group Reviewers
Jails - Commits
- rG6087050ef52c: Jail sysctls: deprecate generic sysctls in favour of allow-flags
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
I was wrong. It is committed. It just needs to be closed here. I do not see a way to close. Maybe I'm blind... the only thing I found was abandoning this revision.
Comment Actions
I don't see it committed?
9fd978680db649 (Baptiste Daroussin 2024-01-04 15:09:44 +0100 5015) SYSCTL_PROC(_security_jail, OID_AUTO, mlock_allowed, 9fd978680db649 (Baptiste Daroussin 2024-01-04 15:09:44 +0100 5016) CTLTYPE_INT | CTLFLAG_RW | CTLFLAG_MPSAFE, 9fd978680db649 (Baptiste Daroussin 2024-01-04 15:09:44 +0100 5017) NULL, PR_ALLOW_MLOCK, sysctl_jail_default_allow, "I", 9fd978680db649 (Baptiste Daroussin 2024-01-04 15:09:44 +0100 5018) "Processes in jail can lock/unlock physical pages in memory");
Comment Actions
Very strange. First "patch" told me it is already applied (it was a pristine src tree). Now I do a git diff and it is showing up. Pffft.