aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bindfs.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/bindfs.c b/src/bindfs.c
index 8abe523..4a180a2 100644
--- a/src/bindfs.c
+++ b/src/bindfs.c
@@ -74,6 +74,16 @@
#include "userinfo.h"
#include "usermap.h"
+/* Apple Structs */
+
+#include <sys/param.h>
+
+#define G_PREFIX "org"
+#define G_KAUTH_FILESEC_XATTR G_PREFIX ".apple.system.Security"
+#define A_PREFIX "com"
+#define A_KAUTH_FILESEC_XATTR A_PREFIX ".apple.system.Security"
+#define XATTR_APPLE_PREFIX "com.apple."
+
/* SETTINGS */
static struct Settings {
const char *progname;