summaryrefslogtreecommitdiffstats
path: root/run-as/package.h
diff options
context:
space:
mode:
Diffstat (limited to 'run-as/package.h')
-rw-r--r--run-as/package.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/run-as/package.h b/run-as/package.h
index 852af06..34603c0 100644
--- a/run-as/package.h
+++ b/run-as/package.h
@@ -30,6 +30,7 @@ typedef struct {
uid_t uid;
char isDebuggable;
char dataDir[PATH_MAX];
+ char seinfo[PATH_MAX];
} PackageInfo;
/* see documentation in package.c for these functiosn */