forked from secureblue/secureblue
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added aurora-asus and aurora-dx-asus images
fixed dx userns Signed-off-by: Rubiginosa <[email protected]> updated readme with aurora-asus
- Loading branch information
1 parent
5e90fe2
commit de6e54b
Showing
8 changed files
with
154 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# image will be published to ghcr.io/<user>/<name> | ||
name: aurora-asus-nvidia-userns-hardened | ||
# description will be included in the image's metadata | ||
description: "Aurora asus nvidia with some hardening applied" | ||
|
||
# the base image to build on top of (FROM) and the version tag to use | ||
base-image: ghcr.io/nihaiden/aurora-asus-nvidia | ||
image-version: 39 | ||
|
||
# list of modules, executed in order | ||
# you can include multiple instances of the same module | ||
modules: | ||
- from-file: common/kinoite-packages.yml | ||
- from-file: common/aurora-packages.yml | ||
- from-file: common/gui-packages.yml | ||
- from-file: common/common-packages.yml | ||
- from-file: common/gui-scripts.yml | ||
- from-file: common/bluefin-scripts.yml | ||
- from-file: common/kinoite-files.yml | ||
- from-file: common/common-files.yml | ||
- from-file: common/common-scripts.yml | ||
- type: signing | ||
- type: yafti |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# image will be published to ghcr.io/<user>/<name> | ||
name: aurora-asus-nvidia-hardened | ||
# description will be included in the image's metadata | ||
description: "Aurora asus nvidia with some hardening applied" | ||
|
||
# the base image to build on top of (FROM) and the version tag to use | ||
base-image: ghcr.io/nihaiden/aurora-asus-nvidia | ||
image-version: 39 | ||
|
||
# list of modules, executed in order | ||
# you can include multiple instances of the same module | ||
modules: | ||
- from-file: common/kinoite-packages.yml | ||
- from-file: common/aurora-packages.yml | ||
- from-file: common/gui-packages.yml | ||
- from-file: common/common-packages.yml | ||
- from-file: common/disableuserns-packages.yml | ||
- from-file: common/gui-scripts.yml | ||
- from-file: common/bluefin-scripts.yml | ||
- from-file: common/kinoite-files.yml | ||
- from-file: common/common-files.yml | ||
- from-file: common/common-scripts.yml | ||
- from-file: common/disableuserns-scripts.yml | ||
- type: signing | ||
- type: yafti |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# image will be published to ghcr.io/<user>/<name> | ||
name: aurora-asus-userns-hardened | ||
# description will be included in the image's metadata | ||
description: "Aurora asus with some hardening applied" | ||
|
||
# the base image to build on top of (FROM) and the version tag to use | ||
base-image: ghcr.io/nihaiden/aurora-asus | ||
image-version: 39 | ||
|
||
# list of modules, executed in order | ||
# you can include multiple instances of the same module | ||
modules: | ||
- from-file: common/kinoite-packages.yml | ||
- from-file: common/aurora-packages.yml | ||
- from-file: common/gui-packages.yml | ||
- from-file: common/common-packages.yml | ||
- from-file: common/gui-scripts.yml | ||
- from-file: common/bluefin-scripts.yml | ||
- from-file: common/kinoite-files.yml | ||
- from-file: common/common-files.yml | ||
- from-file: common/common-scripts.yml | ||
- type: signing | ||
- type: yafti |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# image will be published to ghcr.io/<user>/<name> | ||
name: aurora-asus-hardened | ||
# description will be included in the image's metadata | ||
description: "Aurora asus with some hardening applied" | ||
|
||
# the base image to build on top of (FROM) and the version tag to use | ||
base-image: ghcr.io/nihaiden/aurora-asus | ||
image-version: 39 | ||
|
||
# list of modules, executed in order | ||
# you can include multiple instances of the same module | ||
modules: | ||
- from-file: common/kinoite-packages.yml | ||
- from-file: common/aurora-packages.yml | ||
- from-file: common/gui-packages.yml | ||
- from-file: common/common-packages.yml | ||
- from-file: common/disableuserns-packages.yml | ||
- from-file: common/gui-scripts.yml | ||
- from-file: common/bluefin-scripts.yml | ||
- from-file: common/kinoite-files.yml | ||
- from-file: common/common-files.yml | ||
- from-file: common/common-scripts.yml | ||
- from-file: common/disableuserns-scripts.yml | ||
- type: signing | ||
- type: yafti |
23 changes: 23 additions & 0 deletions
23
config/recipes/asus/recipe-aurora-dx-asus-nvidia-userns.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# image will be published to ghcr.io/<user>/<name> | ||
name: aurora-dx-asus-nvidia-userns-hardened | ||
# description will be included in the image's metadata | ||
description: "Aurora asus dx nvidia with some hardening applied" | ||
|
||
# the base image to build on top of (FROM) and the version tag to use | ||
base-image: ghcr.io/nihaiden/aurora-dx-asus-nvidia | ||
image-version: 39 | ||
|
||
# list of modules, executed in order | ||
# you can include multiple instances of the same module | ||
modules: | ||
- from-file: common/kinoite-packages.yml | ||
- from-file: common/aurora-packages.yml | ||
- from-file: common/gui-packages.yml | ||
- from-file: common/common-packages.yml | ||
- from-file: common/gui-scripts.yml | ||
- from-file: common/bluefin-scripts.yml | ||
- from-file: common/kinoite-files.yml | ||
- from-file: common/common-files.yml | ||
- from-file: common/common-scripts.yml | ||
- type: signing | ||
- type: yafti |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# image will be published to ghcr.io/<user>/<name> | ||
name: aurora-dx-asus-userns-hardened | ||
# description will be included in the image's metadata | ||
description: "Aurora asus dx with some hardening applied" | ||
|
||
# the base image to build on top of (FROM) and the version tag to use | ||
base-image: ghcr.io/nihaiden/aurora-dx-asus | ||
image-version: 39 | ||
|
||
# list of modules, executed in order | ||
# you can include multiple instances of the same module | ||
modules: | ||
- from-file: common/kinoite-packages.yml | ||
- from-file: common/aurora-packages.yml | ||
- from-file: common/gui-packages.yml | ||
- from-file: common/common-packages.yml | ||
- from-file: common/gui-scripts.yml | ||
- from-file: common/bluefin-scripts.yml | ||
- from-file: common/kinoite-files.yml | ||
- from-file: common/common-files.yml | ||
- from-file: common/common-scripts.yml | ||
- type: signing | ||
- type: yafti |