Update Translations

- Fix handling of semanage generate --cgi -n MODULE PATHTO/CGI
-   This fixes the spec file and script file getting wrong names for modules and types.
This commit is contained in:
Dan Walsh 2013-01-15 12:46:10 -05:00
parent c910a0cf10
commit d6717e2cff

View File

@ -339056,7 +339056,7 @@ index 0000000..d59452a
+ +
diff --git a/policycoreutils/sepolicy/search.c b/policycoreutils/sepolicy/search.c diff --git a/policycoreutils/sepolicy/search.c b/policycoreutils/sepolicy/search.c
new file mode 100644 new file mode 100644
index 0000000..a87e215 index 0000000..4693bb4
--- /dev/null --- /dev/null
+++ b/policycoreutils/sepolicy/search.c +++ b/policycoreutils/sepolicy/search.c
@@ -0,0 +1,1030 @@ @@ -0,0 +1,1030 @@
@ -339427,7 +339427,7 @@ index 0000000..a87e215
+ return NULL; + return NULL;
+} +}
+ +
+static PyObject* get_te_results(const apol_policy_t * policy, const options_t * opt, const apol_vector_t * v, PyObject *output) +static PyObject* get_te_results(const apol_policy_t * policy, const apol_vector_t * v, PyObject *output)
+{ +{
+ int error = 0; + int error = 0;
+ int rt = 0; + int rt = 0;
@ -340013,7 +340013,7 @@ index 0000000..a87e215
+ goto cleanup; + goto cleanup;
+ } + }
+ if (v) { + if (v) {
+ get_te_results(policy, &cmd_opts, v, output); + get_te_results(policy, v, output);
+ } + }
+ +
+ if (cmd_opts.all || cmd_opts.type) { + if (cmd_opts.all || cmd_opts.type) {