Christer Edwards
73c500ce3e
Merge pull request #288 from chriswells0/config-fixes
...
Properly escape config property and value.
2020-12-12 11:52:04 -07:00
Christer Edwards
81ff4a3243
Merge pull request #287 from chriswells0/default-args
...
Provide JAIL_NAME and JAIL_IP as default template args.
2020-12-12 11:51:05 -07:00
Christer Edwards
7c134184c6
Merge pull request #292 from PetruGarstea/feature/rctl-logging
...
log rctl events to /var/log/messages
2020-12-12 11:48:07 -07:00
Chris Wells
54f6ef62cd
Properly escape config property and value.
2020-12-11 18:27:58 -05:00
Petru Garstea
02f9df6cc0
log rctl events to /var/log/messages
2020-12-11 15:47:48 -05:00
Chris Wells
5518273881
Provide JAIL_NAME and JAIL_IP as default template args.
...
Closes #280 .
2020-11-28 19:55:41 -05:00
Christer Edwards
b0c27329c9
Merge pull request #284 from chriswells0/stopped-jail-actions
...
Fix bug preventing commands against stopped jails.
2020-11-28 13:12:52 -07:00
Chris Wells
351020d137
Fix bug preventing commands against stopped jails.
2020-11-28 14:04:15 -05:00
Christer Edwards
ce57d05081
Merge pull request #282 from chriswells0/zfs-case
...
Use uppercase ZFS when appropriate.
2020-11-28 11:05:09 -07:00
Christer Edwards
0a9ae633e3
Merge pull request #283 from chriswells0/edit-config
...
Add 'config' command to get/set jail config properties.
2020-11-28 11:01:13 -07:00
Chris Wells
4c9f1aca25
Add 'config' command to get/set jail config properties.
2020-11-28 12:09:56 -05:00
Chris Wells
5e9578ca5e
Use uppercase ZFS when appropriate.
2020-11-27 19:20:47 -05:00
Christer Edwards
a9ea02b743
Merge pull request #281 from tobiastom/patch-1
...
Clarified the `RENDER` functionality.
2020-11-27 10:10:25 -07:00
Christer Edwards
1ffa999f08
Merge pull request #278 from chriswells0/warn-function
...
Create info() and warn() for cleaner print statements.
2020-11-27 10:09:29 -07:00
Christer Edwards
e1cda4ba15
Merge pull request #273 from JRGTH/master
...
Upgrade thick jails from bastille
2020-11-27 10:07:35 -07:00
Tobias Tom
64b869e295
Clarified the RENDER functionality.
2020-11-27 12:01:05 +00:00
Christer Edwards
8d3b83bd44
Merge pull request #277 from chriswells0/rdr-ranges
...
Allow port ranges in RDR parameters.
2020-11-26 07:54:18 -07:00
Chris Wells
8b4d18f8f3
Create info() and warn() for cleaner print statements.
2020-11-25 21:19:08 -05:00
Chris Wells
cc513c3bed
Allow port ranges in RDR parameters.
2020-11-25 20:29:15 -05:00
Jose
dd9e55bb9b
Update command enhancement and code improvements
2020-11-24 08:38:49 -04:00
Jose
52643c7e07
Add upgrade release validation
2020-11-22 20:01:14 -04:00
Jose
3dc2db84b0
Upgrade thick jails from bastille
2020-11-21 00:33:06 -04:00
Christer Edwards
3c79e1d82b
Merge pull request #267 from JRGTH/master
...
Option to create standard backups on ZFS setups
2020-11-10 13:10:22 -07:00
Christer Edwards
67d2fdcbbb
Merge pull request #261 from cbaecker/non-bastille_vs_ALL
...
Prevent acting on non-bastille jails when using target ALL
2020-11-10 13:07:28 -07:00
Christer Edwards
2483fdd0f0
Merge pull request #255 from chriswells0/template-args
...
Add support for template args
2020-11-10 13:05:33 -07:00
Chris Wells
2225f48f05
Add support for template args
...
Closes 211.
2020-10-30 16:05:06 -04:00
Christer Edwards
5b096e82ed
Merge pull request #269 from mattaudesse/normalize-template-sh-indentation
...
Normalize indentation in usr/local/share/bastille/template.sh
2020-10-23 07:31:09 -06:00
Matt Audesse
8bef2bfe63
Normalize indentation in usr/local/share/bastille/template.sh
2020-10-23 07:58:40 -04:00
Christer Edwards
20b6f2ffe6
Merge pull request #268 from tobiastom/feature/persistent-rdr
...
Make RDR rules persistent between bastille restarts.
2020-10-19 09:08:52 -06:00
Tobias Tom
7d78358f9f
Make RDR rules persistent between bastille restarts.
2020-10-19 15:17:46 +01:00
Jose
855dcf3eae
Fix to use SYNCDHCP by default while cloning jails
2020-10-17 17:34:25 -04:00
Jose
bc07ff2389
Export command bug fixes and enhancements
2020-10-16 14:48:36 -04:00
Jose
67a9c65912
Option to create standard backups on ZFS setups
2020-10-15 16:20:25 -04:00
Christer Edwards
917b4d8d0b
Merge pull request #266 from JRGTH/master
...
Don't create or modify etc/fstab and etc/crontab on empty jail creation
2020-10-15 11:48:59 -06:00
Jose
ace6c9ab29
Don't create or modify etc/fstab and etc/crontab on empty jail creation
2020-10-15 13:18:55 -04:00
Christer Edwards
5e9e58dd92
Merge pull request #264 from bsdlme/patch-2
...
Fix pass in rule comment for dynamic rdr
2020-10-13 07:45:17 -06:00
Lars E
2b9aa0ecd3
Fix pass in rule comment for dynamic rdr
2020-10-13 15:43:08 +02:00
Carsten BÃcker
0c5225571f
Fix whitespace
2020-09-30 10:41:14 +00:00
Carsten BÃcker
9fd83714c8
Restrict to running jails
2020-09-30 10:36:58 +00:00
Carsten BÃcker
8725e9ccac
Prevent acting on non-bastille jails when using target ALL
2020-09-30 09:05:44 +00:00
Christer Edwards
bf5fd4ef2a
Merge pull request #258 from yaazkal/patch-1
...
Update README.md clarifying pf config example
2020-09-22 09:50:21 -06:00
Christer Edwards
5b36a9e762
Merge pull request #257 from chriswells0/rdr-typo
...
Fix typo in rdr documentation
2020-09-22 09:49:19 -06:00
Christer Edwards
5766d66078
Merge pull request #256 from chriswells0/dev-permissions
...
Use root as owner when installing from Makefile
2020-09-22 09:49:05 -06:00
Christer Edwards
935118fc99
Merge pull request #251 from chriswells0/require-running-jail
...
Require target to be running for specific commands
2020-09-22 09:48:28 -06:00
Christer Edwards
976aa077b6
Merge pull request #250 from chriswells0/error-functions
...
Create and leverage global error functions
2020-09-22 09:47:23 -06:00
yaazkal
cbff4e326d
Update README.md clarifying pf config example
...
Change the pf.conf example in order to prevent issues (jails not allowed to access internet correctly) when the network interface has IP aliases. Many thanks to @cedwards and @chriswells0 for the hints.
2020-09-18 17:53:05 -05:00
Chris Wells
3ca32fa1bc
Fix typo in rdr documentation
2020-09-05 21:19:51 -04:00
Chris Wells
fddb762b45
Use root as owner when installing from Makefile
2020-09-05 21:15:01 -04:00
Christer Edwards
a4fcf0100b
Merge pull request #249 from chriswells0/cp-alias-fix
...
Map COPY alias in Bastillefile to use cp subcommand
2020-08-30 20:24:59 -06:00
Chris Wells
c6aded8d0a
Ensure target is specified and exists in 1 place instead of many.
...
Require target to be running for commands that need it.
Closes #239 .
2020-08-30 20:15:22 -04:00