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

More robust ausearch time input #135

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kruton
Copy link

@kruton kruton commented Mar 13, 2019

Depending on what locale you were using, you may have time that would show AM or PM.
This would cause the time to be incorrect on noon and midnight rollovers. This change allows
all the output of strptime's %x and %X to be captured and provided to ausearch.

Depending on what locale you were using, you may have time that would show AM or PM.
This would cause the time to be incorrect on noon and midnight rollovers. This change allows
all the output of strptime's %x and %X to be captured and provided to ausearch.
@williamcroberts
Copy link

I don't know why my email response to the thread isn't showing. Did you post this to the selinux list, i didn't see it? If you didn't please send it to the list as well.

@williamcroberts williamcroberts self-requested a review March 13, 2019 13:48
@williamcroberts
Copy link

williamcroberts commented Mar 13, 2019 via email

@kruton
Copy link
Author

kruton commented Mar 13, 2019

No, I was just annoyed when the time flipped from AM to PM.

@williamcroberts
Copy link

Can you send this patch out to the list?

@bachradsusi
Copy link
Member

bachradsusi commented Jun 7, 2019

@kruton The patch needs to be sent to [email protected] for review. I can do it for you. But I'd like to ask you to add Signed-off-by: line (git commit -s ...) to the description, see
git log and https://developercertificate.org/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants