From 2036c3355aeeb5251776a1e6eac82217a49f2ceb Mon Sep 17 00:00:00 2001 From: ozgen Date: Mon, 24 Feb 2025 15:11:55 +0100 Subject: [PATCH] Add new whole oly families --- .gitignore | 1 + src/manage.h | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index d927b79eb..02502e160 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ tags .ccls .vscode .venv +.idea \ No newline at end of file diff --git a/src/manage.h b/src/manage.h index 3d8dfa9d1..a9e58db2b 100644 --- a/src/manage.h +++ b/src/manage.h @@ -1133,6 +1133,8 @@ user_has_super (const char *, user_t); " 'Mac OS X Local Security Checks'," \ " 'Mageia Linux Local Security Checks'," \ " 'Mandrake Local Security Checks'," \ + " 'openEuler Local Security Checks'," \ + " 'openSUSE Local Security Checks'," \ " 'Oracle Linux Local Security Checks'," \ " 'Palo Alto PAN-OS Local Security Checks'," \ " 'Red Hat Local Security Checks'," \ @@ -1160,6 +1162,8 @@ user_has_super (const char *, user_t); "Huawei EulerOS Local Security Checks", \ "Mageia Linux Local Security Checks", \ "Mandrake Local Security Checks", \ + "openEuler Local Security Checks", \ + "openSUSE Local Security Checks", \ "Oracle Linux Local Security Checks", \ "Red Hat Local Security Checks", \ "Rocky Linux Local Security Checks", \