The userspace needs to know if the apparmor kernel module supports network
mediation. Apply this patch if both the v2.3 compatibility patch and
network mediation patches are applied.

Signed-off-by: John Johansen <[email protected]>
---
 security/apparmor/apparmorfs-24.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/apparmor/apparmorfs-24.c 
b/security/apparmor/apparmorfs-24.c
index 367c7ea..dc8c744 100644
--- a/security/apparmor/apparmorfs-24.c
+++ b/security/apparmor/apparmorfs-24.c
@@ -49,7 +49,7 @@ const struct file_operations aa_fs_matching_fops = {
 static ssize_t aa_features_read(struct file *file, char __user *buf,
                                size_t size, loff_t *ppos)
 {
-       const char features[] = "file=3.1 capability=2.0 "
+       const char features[] = "file=3.1 capability=2.0 network=1.0 "
            "change_hat=1.5 change_profile=1.1 " "aanamespaces=1.1 rlimit=1.1";
 
        return simple_read_from_buffer(buf, size, ppos, features,
-- 
1.7.9.5


-- 
AppArmor mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/apparmor

Reply via email to