-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Exceptions found in PKGS-7328 #1151
Comments
Is in this case 'zypper' the package manager or is it something else? |
Zypper is a package manager for the system, but it is not the one in use. The primary package manager is the DPKG system and APT. Zypper is not configured and is installed by default with the system. |
Did you manually install Zypper or did it come preinstalled? If it is not in use, why not remove it? |
Here is where it gets a bit weird; it did come preinstalled, but it's technically not necessarily installed by the system. Here is what I have found: The apt and dpkg package manager does not detect an installation of zypper:
To explain what I put, There is no installation of zypper. However, it may be a residual install from when parrot originally implemented it. This is possibly an issue with the specific OS, not lynis. I apologize if I have taken up your time. |
Is it by any chance a symlink to apt? |
I apologize for the delayed response. It is not a symlink. I did a fresh install on a different system to check. It is a built-in shell script by the developers of parrot itself.
The script is as follows:
|
Stale issue message |
I've stumbled upon PKGS-7328 and it's also throwing PKGS-7410. I believe they're related. |
Describe the bug
There are a few issues that are prominent with this bug. The first part is that the
--non-interactive
argument is being used. Because of this, lynis reports that it is searching ports and packages and immediately returns an error. However, the program does not panic.Version
Expected behavior
Typically from other tests that are performed in lynis, it will give a report of what is found along the lines of, for example:
- Installed malware scanner [ FOUND]
Output
Additional context
Additionally to the initial issue, I can verify that the packages were purged and that there are no packages installed via zypper. Along with the kernel packages, there is only one installed so im not sure why this report is being returned.
The text was updated successfully, but these errors were encountered: