-
Notifications
You must be signed in to change notification settings - Fork 5
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
Fa206 multi select #360
Fa206 multi select #360
Conversation
I'm seeing an error |
I see the same thing on the Ancillary Trust Database Admin screen when I attempt to trust/untrust files. |
Fixed the |
Here are just some general comments on this:
|
After talking with @jw3 I'll amend this a bit. I'd still get rid of multiselect on users and groups. On the subjects and objects for this PR:
|
Change the text of the button on the System Trust tab to be "Add To Ancillary Trust Database", saves us from picking a singular or plural version of "File" |
* lowered the confirm_change_dialog min GTK version to 3.22 * fixed subject_list right click handler so it doesn't unselect when doing a multiselect
I submitted a couple easy fixes from my testing.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm seeing some issues with files trusted in the system trust database. I'm testing with the fapolicy-analyzer/tests/data/events0.log
file.
- Select
bin
user - Multiselect
/usr/bin/find
and/usr/bin/gzip
- Right-click and I'm presented with the
Untrust Files
option even though both are trusted in the system trust db. (issue 1) - Select
Untrust Files
and the confirm dialog says2 files will be trusted. Trust selected files?
even though the option was to Untrust the files. (issue 2) - Click
Yes
to confirm and it appears to create an empty changeset. (issue3)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
No description provided.