tschettervictor
d6393d4572
update: fix updating an EOL jail
2025-09-26 09:25:35 -06:00
Michael Osipov
82958fb7b7
Trim trailing whitespace
2025-09-23 18:51:04 +02:00
tschettervictor
68f4aecddf
finish refactor of line spacing
2025-05-01 17:39:50 -06:00
tschettervictor
824ffb2980
Add \n to info _jail
2025-04-30 18:49:14 -06:00
tschettervictor
2b5f239050
final run through
2025-04-30 13:39:05 -06:00
tschettervictor
bef2ece965
adjust blank line option
2025-04-30 08:19:50 -06:00
tschettervictor
454288b2b1
bastille: Load config only from commons.sh
...
Since all files source common.sh anyway, we don't want to source the config twice.
2025-03-02 11:23:35 -07:00
tschettervictor
6ba11dc762
bastille: Support user based config
...
This PR will allow bastille to be configured based on the user you run as.
To load the config for a specifig user, you must be logged in as the specified user, and there must be a file called "bastille_user.conf" inside /usr/local/etc/bastille or else bastille will just load the default config file.
2025-03-01 18:48:14 -07:00
tschettervictor
6eaa16e299
update: use “workdir”
2025-01-17 07:34:13 -07:00
tschettervictor
a74f87162a
update: Use -j jailpath and _release path as vars
2025-01-16 07:36:25 -07:00
tschettervictor
2f7120a176
update: add debug, code cleanup
2025-01-14 13:02:02 -07:00
tschettervictor
b22d68db13
update: set -d and -f for release updates and think jail updates
2025-01-14 11:24:10 -07:00
Juan David Hurtado G
8b0411c111
Add SPDX license identifiers and update copyright years
...
Added SPDX-License-Identifier to all scripts for better license clarity and compliance. Updated the copyright years from 2024 to 2025 in various files to reflect the current maintenance period.
2025-01-11 14:07:41 -05:00
Juan David Hurtado G
a906f14ce8
shellcheck: fix double quote on update TEMPLATES
2024-12-15 10:51:30 -05:00
Juan David Hurtado G
8808e8a5a4
[WIP] shellcheck linting
2024-12-08 20:57:43 -05:00
Juan David Hurtado G
7dbe1e761b
rel: update copyright year and release version
2024-11-24 09:46:09 -05:00
tucoinfo
e7eb9b7717
fix-issue-601
...
#601
2023-10-19 15:16:37 +02:00
Christer Edwards
4efcc5021c
update copyright dates
2023-07-14 21:02:14 -06:00
Lars Engels
64c3b6045e
Allow running bastille and subcomands with help flags as regular user
2023-03-16 20:58:11 +01:00
Christer Edwards
aafc2b3323
0.9.20220216 release
2022-02-16 23:28:09 -07:00
JRGTH
e11ed392f6
Fix to allow 32-Bit base releases to be updated
2022-01-13 20:39:07 -04:00
Christer Edwards
ef070c9aed
Merge pull request #450 from w4andy/feature/update-template
...
easy way to update templates
2021-12-21 19:29:29 -07:00
Christer Edwards
faf3b2b691
use full path when calling jls binary
2021-12-17 19:09:49 -07:00
Andreas Diem
4aa6b35e20
simple template update command
2021-11-01 15:54:08 +01:00
JRGTH
e564d50b2c
Code review/cleanup routine
2021-07-14 13:57:09 -04:00
Christer Edwards
a311379afa
Merge pull request #357 from ddowse/master
...
Help output to show real value for options instead of just [options]
2021-05-04 19:02:14 -06:00
Daniel Dowse
8cb20e4457
Help output to show real value for options instead of [options]
2021-03-03 00:30:17 +01:00
Lucas Holt
1710a09f6a
Add preliminary support for MidnightBSD.
2021-02-26 16:55:56 -05:00
Christer Edwards
6fa744bbda
update 2021 copyright
2021-01-15 20:00:26 -07:00
Jose
c6ad100d8a
Update help usage on update command
2020-12-02 06:41:45 -04:00
Jose
dd9e55bb9b
Update command enhancement and code improvements
2020-11-24 08:38:49 -04:00
Chris Wells
aaffc882f9
Create and leverage global error functions
2020-08-30 10:57:14 -04:00
Marius van Witzenburg
f28054b47e
Cleanup whitespace
2020-04-14 11:53:11 +02:00
Jose
01eaccc1da
Add double quotes to prevent globbing/word splitting, general code consistency improvements
2020-02-20 18:06:31 -04:00
Christer Edwards
62c77b4e71
preparation for 0.6x initial release
2020-02-05 19:02:19 -07:00
Jose
498029a13c
Code improvements, use awk for exact match
2020-02-05 07:00:11 -04:00
Christer Edwards
8b9760b0a5
initial support for limits automation; updated copyright year
2020-01-26 09:51:02 -07:00
Jose
ddff440b4f
Simplify grep search, add full path to jexec
2019-12-19 11:23:46 -04:00
Jose
1b522522af
Improved container update process, add support for Thickjail updates
2019-12-17 18:11:22 -04:00
Christer Edwards
3ee2af3b03
updating variable and quoting for coding standards
2019-11-22 22:06:34 -07:00
Christer Edwards
c9ebc886fd
May 2019 update: HardenedBSD, tzdata, NS
...
- closes #32 : support HardenedBSD
- adds support for defined nameservers in new jails (up to three)
- adds support for defined nameserver options (eg; options edns0 rotate)
- adds support for defined tzdata in new jails (eg; America/Denver, etc/UTC)
- adds support for dynamic hw.machine/hw.machine_arch downloads
- new jails now output default rc.conf settings (sysrc) at creation
- no longer use freebsd_dist_fetch.sh; replaced with simpler fetch
2019-05-22 21:50:29 -06:00
Christer Edwards
e2b4f84cfe
update copyright; fixes #28
2019-02-04 21:08:00 -07:00
Christer Edwards
c98229066d
0.3.20181124 patch
2018-11-24 09:55:16 -07:00
Christer Edwards
f38eff56fc
0.3.2018112002 bugfix release
2018-11-20 21:43:54 -07:00
Christer Edwards
7700b9beff
0.3.20181112 template support
2018-11-13 10:38:33 -07:00