Skip to content

Commit

Permalink
use the original app ID
Browse files Browse the repository at this point in the history
Signed-off-by: nohajc <[email protected]>
  • Loading branch information
nohajc committed Sep 9, 2023
1 parent 7ff7461 commit f57aa0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ipc-uapi-unix.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#define SOCK_SUFFIX ".sock"

#ifdef __APPLE__
#define NET_EXT_APP_ID "com.wireguard-dev.macos.network-extension"
#define NET_EXT_APP_ID "com.wireguard.macos.network-extension"
#endif

static FILE *userspace_interface_file_at(const char *iface, const char *sock_path)
Expand Down

0 comments on commit f57aa0b

Please sign in to comment.