Update binaries path in the auditd package#3632
Open
federico-pellegatta wants to merge 1 commit intolinuxkit:masterfrom
Open
Update binaries path in the auditd package#3632federico-pellegatta wants to merge 1 commit intolinuxkit:masterfrom
auditd package#3632federico-pellegatta wants to merge 1 commit intolinuxkit:masterfrom
Conversation
Collaborator
|
I am in favour of this, but we are updating the base of most of the packages (including auditd) as part of #3623. Once that is in (hopefully another day or two), we should rebase this on that, and then get this one in. |
Collaborator
|
Those updates came in. Do you want to rebase this @federico-pellegatta and then see if it still is needed? |
Signed-off-by: Federico Pellegatta <[email protected]>
edb4666 to
ca7fc37
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
- What I did
Fixed the binaries path used in the
auditdpackage; updated from/sbin/to/usr/sbin/.The
auditdpackage currently fails with the following error:- How to verify it
Run the newly added
auditdpackage test case.- Description for the changelog
Updated binaries path from
/sbin/to/usr/sbin/in theauditdpackage.Signed-off-by: Federico Pellegatta [email protected]