* [SEMANAGE] semanage_fcontext_get_by_idx
@ 2006-01-04 22:20 Ivan Gyurdiev
0 siblings, 0 replies; only message in thread
From: Ivan Gyurdiev @ 2006-01-04 22:20 UTC (permalink / raw)
To: selinux; +Cc: Stephen Smalley
[-- Attachment #1: Type: text/plain, Size: 96 bytes --]
Funny thing... without this none of the swig wrappers are generated for
policy file_contexts.
[-- Attachment #2: libsemanage.fcontext_swig.diff --]
[-- Type: text/x-patch, Size: 557 bytes --]
diff -Naurp --exclude man --exclude-from excludes old/libsemanage/src/semanageswig.i new/libsemanage/src/semanageswig.i
--- old/libsemanage/src/semanageswig.i 2006-01-04 14:18:49.000000000 -0500
+++ new/libsemanage/src/semanageswig.i 2006-01-04 17:11:00.000000000 -0500
@@ -61,6 +61,9 @@
semanage_bool_t *semanage_bool_by_idx(semanage_bool_t **list, int n) {
return list[n];
}
+ semanage_fcontext_t *semanage_fcontext_by_idx(semanage_fcontext_t **list, int n) {
+ return list[n];
+ }
char *char_by_idx(char **list, int n) {
return list[n];
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-01-04 22:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-04 22:20 [SEMANAGE] semanage_fcontext_get_by_idx Ivan Gyurdiev
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.