This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug nscd/19655] New: nscd: add support for Linux namespaces


https://sourceware.org/bugzilla/show_bug.cgi?id=19655

            Bug ID: 19655
           Summary: nscd: add support for Linux namespaces
           Product: glibc
           Version: 2.23
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: nscd
          Assignee: unassigned at sourceware dot org
          Reporter: vapier at gentoo dot org
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---

for system hardening, nscd should automatically create new namespaces for
itself when it starts up.  see the unshare(2) manpage for some more details.

the kernel allows for these to be turned off, so we need to test for each one
at runtime.  we'll get back EINVAL when one isn't available.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]