/usr/share/netcf/lenses/netcf.aug is in libnetcf1 0.1.9-2ubuntu3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 | module Netcf =
(* Map the entire file content into "content"; used for
reading files in /sys *)
let id = [ label "content" . store /.*/ . del /[ \t]*\n/ "\n" ]
|