Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new whole only families #2374

Merged
merged 3 commits into from
Feb 24, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ build/
tags
.ccls
.vscode
.venv
.venv
4 changes: 4 additions & 0 deletions src/manage.h
Original file line number Diff line number Diff line change
Expand Up @@ -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'," \
Expand Down Expand Up @@ -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", \
Expand Down
Loading