35 lines
746 B
Markdown
35 lines
746 B
Markdown
### clean known_host doesnt work
|
|
|
|
## Add quota config and enable/configure rctl
|
|
|
|
## Add bsdnix manpage (into pub jail)
|
|
|
|
## Check if motd generation works
|
|
|
|
See Bastillefile pub
|
|
|
|
## racct.enable = 1!
|
|
|
|
sysctl kern.racct.enable=1
|
|
sysctl: oid 'kern.racct.enable' is a read only tunable
|
|
sysctl: Tunable values are set in /boot/loader.conf
|
|
|
|
not ="YES"
|
|
|
|
+ test the current setup: does it get configured and how does it limit
|
|
users? also check if new users belong to login class "jail" and test
|
|
their limits
|
|
|
|
## bastille start+template
|
|
|
|
https://github.com/BastilleBSD/bastille/issues/772
|
|
|
|
Maybe build+copy devzat only after the jail is built and running by
|
|
just copying the binariy into it, perhaps like this:
|
|
|
|
- stop
|
|
- copy
|
|
- start
|
|
|
|
or something.
|