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:
parent
9de070e620
commit
e92b8402b0
70 changed files with 320 additions and 510 deletions
|
@ -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++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue