diff options
author | rpcraig <rpcraig@tycho.ncsc.mil> | 2012-05-31 17:09:29 -0400 |
---|---|---|
committer | Eric Paris <eparis@redhat.com> | 2012-06-28 11:21:16 -0400 |
commit | cfc492cf11e1b641e2a0478907d56a17b771a067 (patch) | |
tree | 47da548e224746c882b25aa32803c537da0215e7 /libselinux/src/label_internal.h | |
parent | 5e3171f658d1d2f1e0068f485b3fff7c164e05e4 (diff) | |
download | android_external_selinux-cfc492cf11e1b641e2a0478907d56a17b771a067.tar.gz android_external_selinux-cfc492cf11e1b641e2a0478907d56a17b771a067.tar.bz2 android_external_selinux-cfc492cf11e1b641e2a0478907d56a17b771a067.zip |
libselinux: New Android property labeling backend
This is already in the android repo. This is here to prevent potential
conflicts of the selabel indices, and possibly with an eye toward an eventual
reunification of the two libselinuxes down the road.
Reviewed-by: Stephen Smalley <sds@tycho.nsa.gov>
Signed-off-by: Eric Paris <eparis@redhat.com>
Acked-by: Dan Walsh <dwalsh@redhat.com>
Diffstat (limited to 'libselinux/src/label_internal.h')
-rw-r--r-- | libselinux/src/label_internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libselinux/src/label_internal.h b/libselinux/src/label_internal.h index 79d54952..435ecf2f 100644 --- a/libselinux/src/label_internal.h +++ b/libselinux/src/label_internal.h @@ -25,6 +25,8 @@ int selabel_x_init(struct selabel_handle *rec, struct selinux_opt *opts, unsigned nopts) hidden; int selabel_db_init(struct selabel_handle *rec, struct selinux_opt *opts, unsigned nopts) hidden; +int selabel_property_init(struct selabel_handle *rec, + struct selinux_opt *opts, unsigned nopts) hidden; /* * Labeling internal structures |