diff options
author | Olivier Fourdan <ofourdan@redhat.com> | 2020-08-04 08:59:54 +0200 |
---|---|---|
committer | Olivier Fourdan <ofourdan@redhat.com> | 2020-08-04 10:04:16 +0200 |
commit | 17417a82a5e2a9086ebbbc6bd5b2556729861e80 (patch) | |
tree | a42a759d04b92524eefd431ea83ee6f7d477130e /data | |
parent | 5ed97f3a02a811ae293152fee4a5f10bd710a420 (diff) | |
download | mutter-17417a82a5e2a9086ebbbc6bd5b2556729861e80.tar.gz |
cleanup: remove controversial naming
Replace "whitelist" and "blacklist" with "allow_list" and "deny_list"
which better represent the purpose of those variables.
There is no functional change.
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1396
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.mutter.wayland.gschema.xml.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/data/org.gnome.mutter.wayland.gschema.xml.in b/data/org.gnome.mutter.wayland.gschema.xml.in index bd41e9f18..23ce8386c 100644 --- a/data/org.gnome.mutter.wayland.gschema.xml.in +++ b/data/org.gnome.mutter.wayland.gschema.xml.in @@ -75,7 +75,7 @@ For a X11 grab to be taken into account under Wayland, the client must also either send a specific X11 ClientMessage to the root window or be - among the applications white-listed in key “xwayland-grab-access-rules”. + among the applications allowed in key “xwayland-grab-access-rules”. </description> </key> @@ -91,8 +91,9 @@ Wildcards “*” and jokers “?” in the values are supported. - Values starting with “!” are blacklisted, which has precedence over - the whitelist, to revoke applications from the default system list. + Values starting with “!” are denied, which has precedence over + the list of values allowed, to revoke applications from the default + system list. The default system list includes the following applications: |