Changes

Jump to navigation Jump to search
391 bytes removed ,  13:03, 29 July 2014
Redirected page to UserNamespace
Line 1: Line 1: −
        case SO_SNDBUFFORCE:
+
#REDIRECT [[UserNamespace]]
                if (!capable(CAP_NET_ADMIN)) {
  −
                        ret = -EPERM;
  −
                        break;
  −
                }
  −
                goto set_sndbuf;
  −
 
  −
@@ -1856,10 +1851,6 @@ static struct dentry *proc_map_files_lookup(struct inode
  −
        int result;
  −
        struct mm_struct *mm;
  −
  −
        result = -EPERM;
  −
        if (!capable(CAP_SYS_ADMIN))
  −
                goto out;
 

Navigation menu