diff --git a/Bastillefile b/Bastillefile new file mode 100644 index 0000000..319e460 --- /dev/null +++ b/Bastillefile @@ -0,0 +1,4 @@ +MOUNT /usr/ports /usr/ports nullfs rw 0 0 +PKG vim augeas +CONFIG set allow.sysvipc 1 +RESTART diff --git a/LICENSE b/LICENSE index 0b8ae76..f138d1e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (C) YEAR by AUTHOR EMAIL +Copyright (C) 2022 by Daniel Ziltener Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted. diff --git a/README.md b/README.md index 766b86d..a6defc8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # base -A base Bastille jail to build upon. \ No newline at end of file +A basic Bastille jail to build upon.