Userns

From CRIU
Revision as of 10:03, 29 July 2014 by Avagin (talk | contribs) (Created page with " case SO_SNDBUFFORCE: if (!capable(CAP_NET_ADMIN)) { ret = -EPERM; break; } ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
       case SO_SNDBUFFORCE:
               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;