Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge bastille #3

Open
wants to merge 126 commits into
base: master
Choose a base branch
from
Open

Merge bastille #3

wants to merge 126 commits into from

Conversation

materialofmouse
Copy link

No description provided.

kr0m and others added 30 commits December 27, 2022 08:03
…_vnet_interfaces

Rename command now affects name of created vnet interfaces
Allows to copy files from a single jail back to the host.
Usuful when building jails ad-hoc, to get back to the host files you create directly inside the jail.
Add "tags" subcommand to add /delete / list tags
Sort bastille usage ouput and update README.md for newer FreeBSD releases
Updates for HardenedBSD Installer URL updates
Add missing spaces for jail.conf  content consistency.
Add missing spaces for consistency
cedwards and others added 30 commits November 10, 2023 11:32
With

```sh
bastille_enable="YES"
bastille_rcorder="YES"
```

in `/etc/rc.conf`, the script will the script will start all jails, except jails
with "KEYWORD: nostart" in jail.conf.

Example of `jail.conf` with `KEYWORD: nostart`:

```
jailname {
...
}
```

`PROVIDE:` is optional. Actually all `rcorder(8)` labels are optional, but we
can use it to build jail dependencies. For instance, if we have jail `db` and
jails `alfa` and `zeta`, we can configure it so both jails require jail `db`:

`alfa/jail.conf`:
```
alfa {
...
}
```

`zeta/jail.conf`:
```
zeta {
...
}
```

`db/jail.conf`:
```
db {
...
}
```

With this configuration jail `db` will start first and stop last.
Added note on updating bastille.conf when upgrading
add osrelease to jail.conf for new jails
initial support & docs to bootstrap EOL releases
support combining options for bastille create
support upper & lowercase values in bastille.conf
add support for bastille_vnet devfs.rules in bastille setup
fix logic for rc.conf + bastille.conf ZFS check
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.