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

RHEL-07-010110 setting incorrect lock-delay value #400

Closed
danbarr opened this issue Feb 8, 2022 · 1 comment
Closed

RHEL-07-010110 setting incorrect lock-delay value #400

danbarr opened this issue Feb 8, 2022 · 1 comment
Assignees
Labels

Comments

@danbarr
Copy link
Contributor

danbarr commented Feb 8, 2022

Describe the Issue
RHEL-07-010110 task is setting the org/gnome/desktop/screensaver lock-delay value to uint32 900, but per the STIG text (validated with v3r5 and the new v3r6), this should be uint32 5.

(The task for idle-delay, RHEL-07-010070, is correct at 900)

Expected Behavior
Task RHEL-07-010110 in fix-cat2.yaml should set the dconf value for [org/gnome/desktop/screensaver] lock-delay to uint32 5.

Actual Behavior
Value is being set to uint32 900.

Control(s) Affected
RHEL-07-010110

Possible Solution
Update:

content: |
[org/gnome/desktop/screensaver]
lock-delay=uint32 900

to:

      content: |
          [org/gnome/desktop/screensaver]
          lock-delay=uint32 5
@danbarr danbarr added the bug label Feb 8, 2022
uk-bolly added a commit that referenced this issue Feb 9, 2022
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
@uk-bolly
Copy link
Member

uk-bolly commented Feb 9, 2022

hi @danbarr

Thanks as always for your feedback. I have added the update to the AAP branch which will look to merge before we release the new STIG (which is going through testing and audit alignment).

Regards

uk-bolly

uk-bolly added a commit that referenced this issue Feb 9, 2022
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
@uk-bolly uk-bolly self-assigned this Feb 20, 2022
georgenalen added a commit that referenced this issue Mar 2, 2022
* added UID facts

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>

* added tags to uid facts

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>

* removed unrequired '/'

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>

* added auditd handlers

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>

* 010291 added

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>

* Added handlers

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>

* updated control ID's

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>

* updated control ids

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>

* updated

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>

* v3r6 updates and auditd now template

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>

* initial

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>

* update uid logic

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>

* added collections requirements

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>

* 010110 updated with danbarrs fix #400

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>

* added missing deps

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>

* tidyup layout

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>

* updated workflows

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>

* updated workflows and collections

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>

* updates to pipelines

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>

* updates to pipelines

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>

* added tag to audit

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>

* remove file

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>

* updated tags

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>

* updated date

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>

* updated layout and added join us

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>

* updated dicsord id

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>

* updated layout

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>

* updated pipeline info

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>

* updated readme for pipeline testing uses

Signed-off-by: George Nalen <georgen@mindpointgroup.com>

* updated readme

Signed-off-by: George Nalen <georgen@mindpointgroup.com>

* Updated run_audit tag in tasks/main.yml

Signed-off-by: George Nalen <georgen@mindpointgroup.com>

Co-authored-by: George Nalen <georgen@mindpointgroup.com>
Signed-off-by: George Nalen <georgen@mindpointgroup.com>
georgenalen added a commit that referenced this issue Mar 2, 2022
* Issue #397 updated thanks to danbarr

* Issue #398 updated thanks to danbarr

* STIG Benchmark version 3 release 6 updates

* added UID facts

* added tags to uid facts

* added auditd handlers

* auditd now template

* added collections requirements

* Issue #400 updated thanks to danbarr

* added missing deps

* tidyup layout

* updated workflows

* updates to pipelines

* added tag to audit

* updated tags

* updated README layout and added join us

* updated Discord reference in README

* updated pipeline info in README

Signed-off-by: George Nalen <georgen@mindpointgroup.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants