[PR #24] [MERGED] Development #108

Closed
opened 2026-03-03 14:29:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/konstruktoid/hardening/pull/24
Author: @konstruktoid
Created: 4/9/2018
Status: Merged
Merged: 4/9/2018
Merged by: @konstruktoid

Base: masterHead: development


📝 Commits (10+)

  • e2abd77 correct sftp-server path
  • 76fd777 replace which with command
  • c16f822 if lt 2 dns servers add 1.1.1.1
  • 16caec3 shell linting
  • 8209bcc shell linting
  • f4f791e use read instead of for
  • 5003b9c update resolv.conf with 1.1.1.1 if lt 1 servers
  • f18578f install and configure usbguard
  • cb63979 use bento boxes, remove artfule, add xenial
  • 2d29806 restrict compilers

📊 Changes

18 files changed (+119 additions, -50 deletions)

View changed files

📝 README.adoc (+8 -0)
📝 Vagrantfile (+6 -6)
📝 scripts/07_timesyncd (+2 -2)
📝 scripts/09_prelink (+1 -1)
📝 scripts/14_limits (+11 -5)
📝 scripts/18_sshdconfig (+4 -4)
📝 scripts/25_rhosts (+12 -6)
📝 scripts/27_suid (+8 -4)
📝 scripts/32_resolvedconf (+12 -1)
📝 scripts/34_issue (+1 -1)
scripts/40_usbguard (+18 -0)
scripts/41_compilers (+18 -0)
📝 tests/18_sshd.bats (+2 -12)
📝 tests/28_umask.bats (+0 -5)
tests/40_usbguard.bats (+6 -0)
tests/41_compilers.bats (+6 -0)
📝 tests/test_helper.bash (+1 -1)
📝 ubuntu.sh (+3 -2)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/konstruktoid/hardening/pull/24 **Author:** [@konstruktoid](https://github.com/konstruktoid) **Created:** 4/9/2018 **Status:** ✅ Merged **Merged:** 4/9/2018 **Merged by:** [@konstruktoid](https://github.com/konstruktoid) **Base:** `master` ← **Head:** `development` --- ### 📝 Commits (10+) - [`e2abd77`](https://github.com/konstruktoid/hardening/commit/e2abd77af5f411f400a378a623c7dac2d0255b24) correct sftp-server path - [`76fd777`](https://github.com/konstruktoid/hardening/commit/76fd77723d8fbe814621f6c20c87e829c66437c5) replace which with command - [`c16f822`](https://github.com/konstruktoid/hardening/commit/c16f8223392c086b7ef428753ada4894c8d87f94) if lt 2 dns servers add 1.1.1.1 - [`16caec3`](https://github.com/konstruktoid/hardening/commit/16caec3e77175d272dc465d2095869425737a527) shell linting - [`8209bcc`](https://github.com/konstruktoid/hardening/commit/8209bcc7e8f4499b4a3ee500c2b569ac8bba5b79) shell linting - [`f4f791e`](https://github.com/konstruktoid/hardening/commit/f4f791e4f5ed3495636d6adc9f2e991141f9f4fd) use read instead of for - [`5003b9c`](https://github.com/konstruktoid/hardening/commit/5003b9c026a47a95b6a3d949908d557c0423fff0) update resolv.conf with 1.1.1.1 if lt 1 servers - [`f18578f`](https://github.com/konstruktoid/hardening/commit/f18578f769af5dbc5190bb2bdb887cc5046d5eee) install and configure usbguard - [`cb63979`](https://github.com/konstruktoid/hardening/commit/cb639793a0a1cd884b032ce637ac1d9df1ad59aa) use bento boxes, remove artfule, add xenial - [`2d29806`](https://github.com/konstruktoid/hardening/commit/2d29806280b5983791a495f0187309f4c18bc314) restrict compilers ### 📊 Changes **18 files changed** (+119 additions, -50 deletions) <details> <summary>View changed files</summary> 📝 `README.adoc` (+8 -0) 📝 `Vagrantfile` (+6 -6) 📝 `scripts/07_timesyncd` (+2 -2) 📝 `scripts/09_prelink` (+1 -1) 📝 `scripts/14_limits` (+11 -5) 📝 `scripts/18_sshdconfig` (+4 -4) 📝 `scripts/25_rhosts` (+12 -6) 📝 `scripts/27_suid` (+8 -4) 📝 `scripts/32_resolvedconf` (+12 -1) 📝 `scripts/34_issue` (+1 -1) ➕ `scripts/40_usbguard` (+18 -0) ➕ `scripts/41_compilers` (+18 -0) 📝 `tests/18_sshd.bats` (+2 -12) 📝 `tests/28_umask.bats` (+0 -5) ➕ `tests/40_usbguard.bats` (+6 -0) ➕ `tests/41_compilers.bats` (+6 -0) 📝 `tests/test_helper.bash` (+1 -1) 📝 `ubuntu.sh` (+3 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 14:29:42 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hardening#108
No description provided.