]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- updated apparmor patch auto/th/kernel-4.14.4-1 auto/th/kernel-nopae-4.14.4-1
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 9 Dec 2017 21:59:58 +0000 (22:59 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 9 Dec 2017 21:59:58 +0000 (22:59 +0100)
0012-apparmor-add-base-infastructure-for-socket-mediation.patch
kernel.spec

index 2a29c9608ae65ffa0026dd671578e654399a1d01..5369c3aea581e1ef3ea0c54837d44729d4f9cae9 100644 (file)
@@ -200,14 +200,17 @@ diff --git a/security/apparmor/include/audit.h b/security/apparmor/include/audit
 index 620e81169659..ff4316e1068d 100644
 --- a/security/apparmor/include/audit.h
 +++ b/security/apparmor/include/audit.h
-@@ -121,21 +121,29 @@ struct apparmor_audit_data {
+@@ -121,23 +121,29 @@ struct apparmor_audit_data {
                /* these entries require a custom callback fn */
                struct {
                        struct aa_label *peer;
--                      struct {
--                              const char *target;
--                              kuid_t ouid;
--                      } fs;
+-                      union {
+-                              struct {
+-                                      const char *target;
+-                                      kuid_t ouid;
+-                              } fs;
+-                              int signal;
+-                      };
 +                      union {
 +                              struct {
 +                                      kuid_t ouid;
@@ -231,7 +234,6 @@ index 620e81169659..ff4316e1068d 100644
                        const char *ns;
                        long pos;
                } iface;
--              int signal;
 -              struct {
 -                      int rlim;
 -                      unsigned long max;
index 360c38855dbc8854b7fb88760210bf90f79e9431..f8f9e001309dd52e403f66b7d08149cf35c46933 100644 (file)
@@ -68,7 +68,7 @@
 %define                have_pcmcia     0
 %endif
 
-%define                rel             0.1
+%define                rel             1
 %define                basever         4.14
 %define                postver         .4
 
This page took 0.072525 seconds and 4 git commands to generate.