0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

Addressing PR feedback

This commit is contained in:
Parnell Springmeyer 2017-01-28 20:48:03 -08:00
parent 9de070e620
commit e92b8402b0
No known key found for this signature in database
GPG key ID: DCCF89258EAD874A
70 changed files with 320 additions and 510 deletions

View file

@ -343,7 +343,7 @@ foreach my $fs (read_file("/proc/self/mountinfo")) {
# Skip special filesystems.
next if in($mountPoint, "/proc") || in($mountPoint, "/dev") || in($mountPoint, "/sys") || in($mountPoint, "/run") || $mountPoint eq "/var/lib/nfs/rpc_pipefs";
next if $mountPoint eq "/var/permissions-wrappers";
next if $mountPoint eq "/run/wrappers";
# Skip the optional fields.
my $n = 6; $n++ while $fields[$n] ne "-"; $n++;