diff options
| author | Ophestra <cat@gensokyo.uk> | 2024-12-31 16:16:38 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2024-12-31 16:16:38 +0900 |
| commit | c4d6651cae0fb1869ee65da0b66baae3828d73a2 (patch) | |
| tree | 82c7d05764e512608cc6c1c016ca7d9142f7928a /wl/c.go | |
| parent | 22a4b996742a99515c2cdf50cbd92d86a8370c4f (diff) | |
update reverse-DNS style identifiers
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'wl/c.go')
| -rw-r--r-- | wl/c.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ static int32_t bind_wayland_fd(char *socket_path, int fd, const char *app_id, co 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, "moe.ophivana.fortify"); + wp_security_context_v1_set_sandbox_engine(security_context, "uk.gensokyo.fortify"); 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); |
