Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dominika Liberda
aports
Commits
e7288f50
Commit
e7288f50
authored
7 years ago
by
Ariadne Conill
Browse files
Options
Downloads
Patches
Plain Diff
scripts: pull in hardened image, not grsec image
parent
7d1343c2
Loading
Loading
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
scripts/mkimg.arm.sh
+1
-1
1 addition, 1 deletion
scripts/mkimg.arm.sh
scripts/mkimg.base.sh
+1
-1
1 addition, 1 deletion
scripts/mkimg.base.sh
scripts/mkimg.standard.sh
+1
-1
1 addition, 1 deletion
scripts/mkimg.standard.sh
with
3 additions
and
3 deletions
scripts/mkimg.arm.sh
+
1
−
1
View file @
e7288f50
...
@@ -83,7 +83,7 @@ profile_uboot() {
...
@@ -83,7 +83,7 @@ profile_uboot() {
kernel_addons
=
kernel_addons
=
;;
;;
*
)
*
)
kernel_flavors
=
"
grsec
"
kernel_flavors
=
"
hardened
"
kernel_addons
=
"xtables-addons"
kernel_addons
=
"xtables-addons"
;;
;;
esac
esac
...
...
This diff is collapsed.
Click to expand it.
scripts/mkimg.base.sh
+
1
−
1
View file @
e7288f50
...
@@ -268,7 +268,7 @@ create_image_targz() {
...
@@ -268,7 +268,7 @@ create_image_targz() {
}
}
profile_base
()
{
profile_base
()
{
kernel_flavors
=
"
grsec
"
kernel_flavors
=
"
hardened
"
initfs_cmdline
=
"modules=loop,squashfs,sd-mod,usb-storage quiet"
initfs_cmdline
=
"modules=loop,squashfs,sd-mod,usb-storage quiet"
initfs_features
=
"ata base bootchart cdrom squashfs ext2 ext3 ext4 mmc raid scsi usb virtio"
initfs_features
=
"ata base bootchart cdrom squashfs ext2 ext3 ext4 mmc raid scsi usb virtio"
#grub_mod="disk part_msdos linux normal configfile search search_label efi_uga efi_gop fat iso9660 cat echo ls test true help"
#grub_mod="disk part_msdos linux normal configfile search search_label efi_uga efi_gop fat iso9660 cat echo ls test true help"
...
...
This diff is collapsed.
Click to expand it.
scripts/mkimg.standard.sh
+
1
−
1
View file @
e7288f50
...
@@ -52,7 +52,7 @@ profile_extended() {
...
@@ -52,7 +52,7 @@ profile_extended() {
profile_virt
()
{
profile_virt
()
{
profile_standard
profile_standard
kernel_addons
=
kernel_addons
=
kernel_flavors
=
"virt
grsec
"
kernel_flavors
=
"virt
hardened
"
kernel_cmdline
=
"console=tty0 console=ttyS0,115200"
kernel_cmdline
=
"console=tty0 console=ttyS0,115200"
syslinux_serial
=
"0 115200"
syslinux_serial
=
"0 115200"
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment