diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-06-26 04:01:02 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-06-26 04:01:02 +0900 |
| commit | 972f4006f0951f7abd92cb95f6dc9724860e556b (patch) | |
| tree | a0ee5e4e98062fe6f41a6670b905c9df850b7be4 /sandbox | |
| parent | 9a8a0479084913f1b835e65e5e9f900e4cd9dbf7 (diff) | |
treewide: switch to hakurei.app
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'sandbox')
| -rw-r--r-- | sandbox/wl/wayland-bind.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sandbox/wl/wayland-bind.c b/sandbox/wl/wayland-bind.c index bf766533..989ab749 100644 --- a/sandbox/wl/wayland-bind.c +++ b/sandbox/wl/wayland-bind.c @@ -73,9 +73,7 @@ int32_t hakurei_bind_wayland_fd(char *socket_path, int fd, const char *app_id, struct wp_security_context_v1 *security_context; security_context = wp_security_context_manager_v1_create_listener( security_context_manager, listen_fd, sync_fd); - wp_security_context_v1_set_sandbox_engine(security_context, - "uk.gensokyo.hakurei"); - + wp_security_context_v1_set_sandbox_engine(security_context, "app.hakurei"); wp_security_context_v1_set_app_id(security_context, app_id); wp_security_context_v1_set_instance_id(security_context, instance_id); wp_security_context_v1_commit(security_context); |
