diff options
author | Philip Tricca <flihp@twobit.us> | 2015-09-11 22:18:23 -0700 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-09-17 15:18:43 -0400 |
commit | bf7baf9d1addde81b99844d79a3e8dacd02850f7 (patch) | |
tree | c617c65bd314a1b1637ad106f135d50edd95f1cf /recipes-security/selinux/libsemanage | |
parent | 977f7a2562356cbde1f7c95cef6bef610db1f8e6 (diff) | |
download | meta-selinux-bf7baf9d1addde81b99844d79a3e8dacd02850f7.tar.gz |
libsemanage: Bump version to 2.4.
Signed-off-by: Philip Tricca <flihp@twobit.us>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'recipes-security/selinux/libsemanage')
-rw-r--r-- | recipes-security/selinux/libsemanage/libsemanage-disable-expand-check-on-policy-load.patch | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/recipes-security/selinux/libsemanage/libsemanage-disable-expand-check-on-policy-load.patch b/recipes-security/selinux/libsemanage/libsemanage-disable-expand-check-on-policy-load.patch index 653cfbb..d755464 100644 --- a/recipes-security/selinux/libsemanage/libsemanage-disable-expand-check-on-policy-load.patch +++ b/recipes-security/selinux/libsemanage/libsemanage-disable-expand-check-on-policy-load.patch | |||
@@ -16,17 +16,15 @@ Signed-off-by: Joe MacDonald <joe@deserted.net> | |||
16 | src/semanage.conf | 4 ++++ | 16 | src/semanage.conf | 4 ++++ |
17 | 1 file changed, 4 insertions(+) | 17 | 1 file changed, 4 insertions(+) |
18 | 18 | ||
19 | diff --git a/src/semanage.conf b/src/semanage.conf | 19 | Index: libsemanage-2.4/src/semanage.conf |
20 | index 24e1999..42050a7 100644 | 20 | =================================================================== |
21 | --- a/src/semanage.conf | 21 | --- libsemanage-2.4.orig/src/semanage.conf |
22 | +++ b/src/semanage.conf | 22 | +++ libsemanage-2.4/src/semanage.conf |
23 | @@ -36,3 +36,6 @@ module-store = direct | 23 | @@ -39,3 +39,7 @@ module-store = direct |
24 | # version is necessary. | 24 | # By default, semanage will generate policies for the SELinux target. |
25 | #policy-version = 19 | 25 | # To build policies for Xen, uncomment the following line. |
26 | 26 | #target-platform = xen | |
27 | + | ||
27 | +# Don't check the entire policy hierarchy when inserting / expanding a policy | 28 | +# Don't check the entire policy hierarchy when inserting / expanding a policy |
28 | +# module. This results in a significant speed-up in policy loading. | 29 | +# module. This results in a significant speed-up in policy loading. |
29 | +expand-check=0 | 30 | +expand-check=0 |
30 | -- | ||
31 | 1.7.10.4 | ||
32 | |||