Merge branch 'main' into 'main'

server: wl_client: introduce method for getting client security context

See merge request wayland/wayland!460
This commit is contained in:
Rahul Sandhu 2026-05-26 08:01:20 +01:00
commit 7830a6f584
4 changed files with 74 additions and 0 deletions

View file

@ -334,6 +334,10 @@ void
wl_client_get_credentials(const struct wl_client *client,
pid_t *pid, uid_t *uid, gid_t *gid);
void
wl_client_get_security_context(struct wl_client *client,
char **security_context);
int
wl_client_get_fd(struct wl_client *client);