summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Orgis2020-10-01 20:40:53 +0200
committerThomas Orgis2021-02-26 12:30:45 +0100
commit18a0f4352f1ecc392d8b7ac1fba2e2502a55290b (patch)
treef3a67e3145f8d40e4711c930a24f0af68d02e4a2
parentf64e9a892b0c57f763137718a652ccde048d5fca (diff)
protected: also /bin/login, got bitten by failed shadow install
-rw-r--r--ChangeLog3
-rwxr-xr-xvar/lib/sorcery/protected1
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 75fbef92..6cf91561 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2020-10-01 Thomas Orgis <sobukus@sourcemage.org>
+ * protected: add /bin/login (!!)
+
2020-09-30 Thomas Orgis <sobukus@sourcemage.org>
* libgrimoire: default to default size of tmpfs (half of RAM)
diff --git a/var/lib/sorcery/protected b/var/lib/sorcery/protected
index 2c8309da..56dbe572 100755
--- a/var/lib/sorcery/protected
+++ b/var/lib/sorcery/protected
@@ -3,6 +3,7 @@
^/bin/mawk$
^/bin/sed$
^/bin/bash$
+^/bin/login$
^/bin/cat$
^/bin/cp$
^/bin/date$