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

Rework security labels for devices #2574

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sonnyp
Copy link
Contributor

@sonnyp sonnyp commented Feb 10, 2024

"can-access-hardware-devices" is incorrect for device=all since it allows access to emulated/"software" devices as well

The label for can-access-input-devices is incorrect. --device=input doesn't allow access to keyboard and mices. See https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1428#note_1993226
It's mostly useful for gamepads and usb gadgets

@@ -402,8 +402,8 @@
"has-network-access": "Has network access",
"uses-system-services": "Uses system services",
"uses-session-services": "Uses session services",
"can-access-hardware-devices": "Can access hardware devices such as webcams or gaming controllers",
"can-access-input-devices": "Can access input devices such as keyboards, mice or gaming controllers",
"can-access-all-devices": "Can access all devices such as webcams, microphones or keyboards",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"can-access-all-devices": "Can access all devices such as webcams, microphones or keyboards",
"can-access-all-devices": "Can access all devices such as webcams, microphones, or keyboards",

@sonnyp sonnyp marked this pull request as draft February 10, 2024 15:11
@razzeee
Copy link
Member

razzeee commented Feb 11, 2024

I think this will blow up the weblate repo, I usually try to only edit the main translation en - not sure renaming complete keys won't cause a merge conflict in their repo.

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

Successfully merging this pull request may close these issues.

3 participants