mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-06-10 03:03:15 -04:00
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:
commit
7830a6f584
4 changed files with 74 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue