aboutsummaryrefslogtreecommitdiffstats
path: root/images/qemumips/glibc/core-image-minimal-dev/files-in-image.txt
blob: 600dafd9ae70954d449e3e2703fc33125b27cc3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
drwxr-xr-x root       root             4096 ./bin
lrwxrwxrwx root       root               19 ./bin/ash -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/base32 -> /bin/busybox.nosuid
lrwxrwxrwx root       root               14 ./bin/busybox -> busybox.nosuid
-rwxr-xr-x root       root           923360 ./bin/busybox.nosuid
-rwsr-xr-x root       root            68396 ./bin/busybox.suid
lrwxrwxrwx root       root               19 ./bin/cat -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/chattr -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/chgrp -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/chmod -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/chown -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/cp -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/cpio -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/date -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/dd -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/df -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/dmesg -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/dnsdomainname -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/dumpkmap -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/echo -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/egrep -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/false -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/fgrep -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/getopt -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/grep -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/gunzip -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/gzip -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/hostname -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/kill -> /bin/busybox.nosuid
-rwxr-xr-x root       root           199664 ./bin/kmod
lrwxrwxrwx root       root               19 ./bin/ln -> /bin/busybox.nosuid
lrwxrwxrwx root       root               17 ./bin/login -> /bin/busybox.suid
lrwxrwxrwx root       root               19 ./bin/ls -> /bin/busybox.nosuid
lrwxrwxrwx root       root               15 ./bin/lsmod -> /bin/lsmod.kmod
lrwxrwxrwx root       root                4 ./bin/lsmod.kmod -> kmod
lrwxrwxrwx root       root               19 ./bin/mkdir -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/mknod -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/mktemp -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/more -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/mount -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/mountpoint -> /bin/busybox.nosuid
-rwxr-xr-x root       root            67448 ./bin/mountpoint.sysvinit
lrwxrwxrwx root       root               19 ./bin/mv -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/netstat -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/pidof -> /bin/pidof.sysvinit
lrwxrwxrwx root       root               14 ./bin/pidof.sysvinit -> /sbin/killall5
lrwxrwxrwx root       root               17 ./bin/ping6 -> /bin/busybox.suid
lrwxrwxrwx root       root               17 ./bin/ping -> /bin/busybox.suid
lrwxrwxrwx root       root               19 ./bin/ps -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/pwd -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/rev -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/rm -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/rmdir -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/run-parts -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/sed -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/sh -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/sleep -> /bin/busybox.nosuid
-rwxr-xr-x root       root              483 ./bin/start_getty
lrwxrwxrwx root       root               19 ./bin/stat -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/stty -> /bin/busybox.nosuid
lrwxrwxrwx root       root               17 ./bin/su -> /bin/busybox.suid
lrwxrwxrwx root       root               19 ./bin/sync -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/tar -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/touch -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/true -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/umount -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/uname -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/usleep -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/vi -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/watch -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./bin/zcat -> /bin/busybox.nosuid
drwxr-xr-x root       root             4096 ./boot
drwxr-xr-x root       root             4096 ./dev
drwxr-xr-x root       root             4096 ./etc
-rw-r--r-- root       root              540 ./etc/buildinfo
-rw-r--r-- root       root             2436 ./etc/busybox.links.nosuid
-rw-r--r-- root       root               91 ./etc/busybox.links.suid
drwxr-xr-x root       root             4096 ./etc/default
-rwxr-xr-x root       root               93 ./etc/default/devpts
-rw-r--r-- root       root               52 ./etc/default/postinst
-rw-r--r-- root       root             1313 ./etc/default/rcS
drwxr-xr-x root       root             4096 ./etc/default/volatiles
-rw-r--r-- root       root             1637 ./etc/default/volatiles/00_core
-rw-r--r-- root       root               36 ./etc/default/volatiles/01_bootlogd
drwxr-xr-x root       root             4096 ./etc/depmod.d
drwxr-xr-x root       root             4096 ./etc/dropbear
-rw------- root       root              805 ./etc/dropbear/dropbear_rsa_host_key
-rw-r--r-- root       root             1853 ./etc/ethertypes
-rw-r--r-- root       root              650 ./etc/fstab
-rw-r--r-- root       root              493 ./etc/group
-rw-r--r-- root       root               26 ./etc/host.conf
-rw-r--r-- root       root                9 ./etc/hostname
-rw-r--r-- root       root              233 ./etc/hosts
drwxr-xr-x root       root             4096 ./etc/init.d
-rwxr-xr-x root       root              537 ./etc/init.d/banner.sh
-rwxr-xr-x root       root             1997 ./etc/init.d/bootlogd
-rwxr-xr-x root       root             2062 ./etc/init.d/bootmisc.sh
-rwxr-xr-x root       root             3640 ./etc/init.d/checkroot.sh
-rwxr-xr-x root       root              571 ./etc/init.d/devpts.sh
-rwxr-xr-x root       root              397 ./etc/init.d/dmesg.sh
-rw-r--r-- root       root             2185 ./etc/init.d/functions
-rwxr-xr-x root       root              555 ./etc/init.d/halt
-rwxr-xr-x root       root              625 ./etc/init.d/hostname.sh
-rwxr-xr-x root       root             2541 ./etc/init.d/hwclock.sh
-rwxr-xr-x root       root             1362 ./etc/init.d/modutils.sh
-rwxr-xr-x root       root             1218 ./etc/init.d/mountall.sh
-rwxr-xr-x root       root             1634 ./etc/init.d/mountnfs.sh
-rwxr-xr-x root       root             1956 ./etc/init.d/networking
-rwxr-xr-x root       root             7846 ./etc/init.d/populate-volatile.sh
-rwxr-xr-x root       root             4407 ./etc/init.d/rc
-rwxr-xr-x root       root              525 ./etc/init.d/rcS
-rwxr-xr-x root       root             1317 ./etc/init.d/read-only-rootfs-hook.sh
-rwxr-xr-x root       root              334 ./etc/init.d/reboot
-rwxr-xr-x root       root              630 ./etc/init.d/rmnologin.sh
-rwxr-xr-x root       root              474 ./etc/init.d/save-rtc.sh
-rwxr-xr-x root       root              483 ./etc/init.d/sendsigs
-rwxr-xr-x root       root              623 ./etc/init.d/single
lrwxrwxrwx root       root                8 ./etc/init.d/stop-bootlogd -> bootlogd
-rwxr-xr-x root       root             1091 ./etc/init.d/sysfs.sh
-rwxr-xr-x root       root             2066 ./etc/init.d/syslog
-rwxr-xr-x root       root             3848 ./etc/init.d/udev
-rwxr-xr-x root       root              585 ./etc/init.d/umountfs
-rwxr-xr-x root       root              756 ./etc/init.d/umountnfs.sh
-rwxr-xr-x root       root             1518 ./etc/init.d/urandom
-rw-r--r-- root       root             1140 ./etc/inittab
drwxr-xr-x root       root             4096 ./etc/inittab.d
-rw-r--r-- root       root               99 ./etc/issue
-rw-r--r-- root       root               96 ./etc/issue.net
-rw-r--r-- root       root             3116 ./etc/ld.so.cache
-rw-r--r-- root       root               33 ./etc/ld.so.conf
-rw-r--r-- root       root              121 ./etc/logrotate-dmesg.conf
drwxr-xr-x root       root             4096 ./etc/modprobe.d
-rw-r--r-- root       root                0 ./etc/motd
lrwxrwxrwx root       root               12 ./etc/mtab -> /proc/mounts
drwxr-xr-x root       root             4096 ./etc/network
drwxr-xr-x root       root             4096 ./etc/network/if-down.d
drwxr-xr-x root       root             4096 ./etc/network/if-post-down.d
drwxr-xr-x root       root             4096 ./etc/network/if-pre-up.d
-rwxr-xr-x root       root              809 ./etc/network/if-pre-up.d/nfsroot
drwxr-xr-x root       root             4096 ./etc/network/if-up.d
-rw-r--r-- root       root              129 ./etc/network/interfaces
-rw-r--r-- root       root                0 ./etc/network/nm-disabled-eth0
-rw-r--r-- root       root              465 ./etc/nsswitch.conf
-rw-r--r-- root       root              777 ./etc/passwd
-rw-r--r-- root       root             1822 ./etc/profile
-rw-r--r-- root       root             3144 ./etc/protocols
drwxr-xr-x root       root             4096 ./etc/rc0.d
lrwxrwxrwx root       root               20 ./etc/rc0.d/K20hwclock.sh -> ../init.d/hwclock.sh
lrwxrwxrwx root       root               16 ./etc/rc0.d/K20syslog -> ../init.d/syslog
lrwxrwxrwx root       root               22 ./etc/rc0.d/K31umountnfs.sh -> ../init.d/umountnfs.sh
lrwxrwxrwx root       root               20 ./etc/rc0.d/K80networking -> ../init.d/networking
lrwxrwxrwx root       root               18 ./etc/rc0.d/S20sendsigs -> ../init.d/sendsigs
lrwxrwxrwx root       root               21 ./etc/rc0.d/S25save-rtc.sh -> ../init.d/save-rtc.sh
lrwxrwxrwx root       root               17 ./etc/rc0.d/S38urandom -> ../init.d/urandom
lrwxrwxrwx root       root               18 ./etc/rc0.d/S40umountfs -> ../init.d/umountfs
lrwxrwxrwx root       root               14 ./etc/rc0.d/S90halt -> ../init.d/halt
drwxr-xr-x root       root             4096 ./etc/rc1.d
lrwxrwxrwx root       root               20 ./etc/rc1.d/K20hwclock.sh -> ../init.d/hwclock.sh
lrwxrwxrwx root       root               16 ./etc/rc1.d/K20syslog -> ../init.d/syslog
lrwxrwxrwx root       root               22 ./etc/rc1.d/K31umountnfs.sh -> ../init.d/umountnfs.sh
lrwxrwxrwx root       root               20 ./etc/rc1.d/K80networking -> ../init.d/networking
drwxr-xr-x root       root             4096 ./etc/rc2.d
lrwxrwxrwx root       root               20 ./etc/rc2.d/S01networking -> ../init.d/networking
lrwxrwxrwx root       root               21 ./etc/rc2.d/S15mountnfs.sh -> ../init.d/mountnfs.sh
lrwxrwxrwx root       root               16 ./etc/rc2.d/S20syslog -> ../init.d/syslog
lrwxrwxrwx root       root               22 ./etc/rc2.d/S99rmnologin.sh -> ../init.d/rmnologin.sh
lrwxrwxrwx root       root               23 ./etc/rc2.d/S99stop-bootlogd -> ../init.d/stop-bootlogd
drwxr-xr-x root       root             4096 ./etc/rc3.d
lrwxrwxrwx root       root               20 ./etc/rc3.d/S01networking -> ../init.d/networking
lrwxrwxrwx root       root               21 ./etc/rc3.d/S15mountnfs.sh -> ../init.d/mountnfs.sh
lrwxrwxrwx root       root               16 ./etc/rc3.d/S20syslog -> ../init.d/syslog
lrwxrwxrwx root       root               22 ./etc/rc3.d/S99rmnologin.sh -> ../init.d/rmnologin.sh
lrwxrwxrwx root       root               23 ./etc/rc3.d/S99stop-bootlogd -> ../init.d/stop-bootlogd
drwxr-xr-x root       root             4096 ./etc/rc4.d
lrwxrwxrwx root       root               20 ./etc/rc4.d/S01networking -> ../init.d/networking
lrwxrwxrwx root       root               21 ./etc/rc4.d/S15mountnfs.sh -> ../init.d/mountnfs.sh
lrwxrwxrwx root       root               16 ./etc/rc4.d/S20syslog -> ../init.d/syslog
lrwxrwxrwx root       root               22 ./etc/rc4.d/S99rmnologin.sh -> ../init.d/rmnologin.sh
lrwxrwxrwx root       root               23 ./etc/rc4.d/S99stop-bootlogd -> ../init.d/stop-bootlogd
drwxr-xr-x root       root             4096 ./etc/rc5.d
lrwxrwxrwx root       root               20 ./etc/rc5.d/S01networking -> ../init.d/networking
lrwxrwxrwx root       root               21 ./etc/rc5.d/S15mountnfs.sh -> ../init.d/mountnfs.sh
lrwxrwxrwx root       root               16 ./etc/rc5.d/S20syslog -> ../init.d/syslog
lrwxrwxrwx root       root               22 ./etc/rc5.d/S99rmnologin.sh -> ../init.d/rmnologin.sh
lrwxrwxrwx root       root               23 ./etc/rc5.d/S99stop-bootlogd -> ../init.d/stop-bootlogd
drwxr-xr-x root       root             4096 ./etc/rc6.d
lrwxrwxrwx root       root               20 ./etc/rc6.d/K20hwclock.sh -> ../init.d/hwclock.sh
lrwxrwxrwx root       root               16 ./etc/rc6.d/K20syslog -> ../init.d/syslog
lrwxrwxrwx root       root               22 ./etc/rc6.d/K31umountnfs.sh -> ../init.d/umountnfs.sh
lrwxrwxrwx root       root               20 ./etc/rc6.d/K80networking -> ../init.d/networking
lrwxrwxrwx root       root               18 ./etc/rc6.d/S20sendsigs -> ../init.d/sendsigs
lrwxrwxrwx root       root               21 ./etc/rc6.d/S25save-rtc.sh -> ../init.d/save-rtc.sh
lrwxrwxrwx root       root               17 ./etc/rc6.d/S38urandom -> ../init.d/urandom
lrwxrwxrwx root       root               18 ./etc/rc6.d/S40umountfs -> ../init.d/umountfs
lrwxrwxrwx root       root               16 ./etc/rc6.d/S90reboot -> ../init.d/reboot
drwxr-xr-x root       root             4096 ./etc/rcS.d
lrwxrwxrwx root       root               19 ./etc/rcS.d/S02banner.sh -> ../init.d/banner.sh
lrwxrwxrwx root       root               18 ./etc/rcS.d/S02sysfs.sh -> ../init.d/sysfs.sh
lrwxrwxrwx root       root               21 ./etc/rcS.d/S03mountall.sh -> ../init.d/mountall.sh
lrwxrwxrwx root       root               14 ./etc/rcS.d/S04udev -> ../init.d/udev
lrwxrwxrwx root       root               22 ./etc/rcS.d/S05checkroot.sh -> ../init.d/checkroot.sh
lrwxrwxrwx root       root               19 ./etc/rcS.d/S06devpts.sh -> ../init.d/devpts.sh
lrwxrwxrwx root       root               21 ./etc/rcS.d/S06modutils.sh -> ../init.d/modutils.sh
lrwxrwxrwx root       root               18 ./etc/rcS.d/S07bootlogd -> ../init.d/bootlogd
lrwxrwxrwx root       root               34 ./etc/rcS.d/S29read-only-rootfs-hook.sh -> ../init.d/read-only-rootfs-hook.sh
lrwxrwxrwx root       root               21 ./etc/rcS.d/S36bootmisc.sh -> ../init.d/bootmisc.sh
lrwxrwxrwx root       root               30 ./etc/rcS.d/S37populate-volatile.sh -> ../init.d/populate-volatile.sh
lrwxrwxrwx root       root               18 ./etc/rcS.d/S38dmesg.sh -> ../init.d/dmesg.sh
lrwxrwxrwx root       root               17 ./etc/rcS.d/S38urandom -> ../init.d/urandom
lrwxrwxrwx root       root               21 ./etc/rcS.d/S39hostname.sh -> ../init.d/hostname.sh
lrwxrwxrwx root       root               20 ./etc/rcS.d/S40hwclock.sh -> ../init.d/hwclock.sh
-rw-r--r-- root       root              911 ./etc/rpc
-rw-r--r-- root       root            12813 ./etc/services
-rw-r--r-- root       root               42 ./etc/shells
drwxr-xr-x root       root             4096 ./etc/skel
-rwxr-xr-x root       root              410 ./etc/skel/.bashrc
-rwxr-xr-x root       root              241 ./etc/skel/.profile
drwxr-xr-x root       root             4096 ./etc/ssh
-rw------- root       root              505 ./etc/ssh/ssh_host_ecdsa_key
-rw-r--r-- root       root              177 ./etc/ssh/ssh_host_ecdsa_key.pub
-rw------- root       root              399 ./etc/ssh/ssh_host_ed25519_key
-rw-r--r-- root       root               97 ./etc/ssh/ssh_host_ed25519_key.pub
-rw------- root       root             2602 ./etc/ssh/ssh_host_rsa_key
-rw-r--r-- root       root              569 ./etc/ssh/ssh_host_rsa_key.pub
drwxr-xr-x root       root             4096 ./etc/ssl
-rw-r--r-- root       root            12324 ./etc/ssl/openssl.cnf
-rw-r--r-- root       root               69 ./etc/syslog.conf
-rw-r--r-- root       root              651 ./etc/syslog-startup.conf
-rw-r--r-- root       root               15 ./etc/timestamp
drwxr-xr-x root       root             4096 ./etc/udev
drwxr-xr-x root       root             4096 ./etc/udev/rules.d
-rw-r--r-- root       root                0 ./etc/udev/rules.d/80-net-name-slot.rules
-rw-r--r-- root       root              885 ./etc/udev/rules.d/local.rules
-rw-r--r-- root       root              215 ./etc/udev/udev.conf
drwxr-xr-x root       root             4096 ./etc/udhcpc.d
-rwxr-xr-x root       root             2652 ./etc/udhcpc.d/50default
-rw-r--r-- root       root               15 ./etc/version
drwxr-xr-x root       root             4096 ./home
drwx------ root       root             4096 ./home/root
drwxr-xr-x root       root             4096 ./lib
drwxr-xr-x root       root             4096 ./lib/depmod.d
-rw-r--r-- root       root               15 ./lib/depmod.d/exclude.conf
-rw-r--r-- root       root               71 ./lib/depmod.d/search.conf
-rwxr-xr-x root       root           210984 ./lib/ld.so.1
-rwxr-xr-x root       root            67008 ./lib/libanl.so.1
-rwxr-xr-x root       root           423736 ./lib/libblkid.so.1.1.0
lrwxrwxrwx root       root               17 ./lib/libblkid.so.1 -> libblkid.so.1.1.0
-rwxr-xr-x root       root            67076 ./lib/libBrokenLocale.so.1
-rwxr-xr-x root       root            71252 ./lib/libc_malloc_debug.so.0
-rwxr-xr-x root       root          2100668 ./lib/libc.so.6
-rwxr-xr-x root       root            67008 ./lib/libdl.so.2
-rwxr-xr-x root       root           564872 ./lib/libfdisk.so.1.1.0
lrwxrwxrwx root       root               17 ./lib/libfdisk.so.1 -> libfdisk.so.1.1.0
-rwxr-xr-x root       root           559944 ./lib/libmount.so.1.1.0
lrwxrwxrwx root       root               17 ./lib/libmount.so.1 -> libmount.so.1.1.0
-rwxr-xr-x root       root           408324 ./lib/libm.so.6
-rwxr-xr-x root       root           138828 ./lib/libnsl.so.1
-rwxr-xr-x root       root            68948 ./lib/libnss_compat.so.2
-rwxr-xr-x root       root            68684 ./lib/libnss_db.so.2
-rwxr-xr-x root       root            66936 ./lib/libnss_dns.so.2
-rwxr-xr-x root       root            66940 ./lib/libnss_files.so.2
-rwxr-xr-x root       root            68184 ./lib/libnss_hesiod.so.2
-rwxr-xr-x root       root            67012 ./lib/libpthread.so.0
-rwxr-xr-x root       root            70040 ./lib/libresolv.so.2
-rwxr-xr-x root       root            67340 ./lib/librt.so.1
-rwxr-xr-x root       root           286492 ./lib/libsmartcols.so.1.1.0
lrwxrwxrwx root       root               21 ./lib/libsmartcols.so.1 -> libsmartcols.so.1.1.0
-rwxr-xr-x root       root            69248 ./lib/libthread_db.so.1
-rwxr-xr-x root       root           214168 ./lib/libudev.so.1.6.3
lrwxrwxrwx root       root               16 ./lib/libudev.so.1 -> libudev.so.1.6.3
-rwxr-xr-x root       root            67012 ./lib/libutil.so.1
drwxr-xr-x root       root             4096 ./lib/modprobe.d
drwxr-xr-x root       root             4096 ./lib/udev
-rwxr-xr-x root       root           142836 ./lib/udev/ata_id
-rwxr-xr-x root       root           143220 ./lib/udev/cdrom_id
-rwxr-xr-x root       root           142908 ./lib/udev/collect
-rwxr-xr-x root       root           142976 ./lib/udev/dmi_memory_id
-rwxr-xr-x root       root           142828 ./lib/udev/fido_id
-rwxr-xr-x root       root           138792 ./lib/udev/mtd_probe
drwxr-xr-x root       root             4096 ./lib/udev/rules.d
-rw-r--r-- root       root             4980 ./lib/udev/rules.d/50-udev-default.rules
-rw-r--r-- root       root              532 ./lib/udev/rules.d/60-autosuspend.rules
-rw-r--r-- root       root              703 ./lib/udev/rules.d/60-block.rules
-rw-r--r-- root       root             1071 ./lib/udev/rules.d/60-cdrom_id.rules
-rw-r--r-- root       root              413 ./lib/udev/rules.d/60-drm.rules
-rw-r--r-- root       root              982 ./lib/udev/rules.d/60-evdev.rules
-rw-r--r-- root       root              491 ./lib/udev/rules.d/60-fido-id.rules
-rw-r--r-- root       root              282 ./lib/udev/rules.d/60-input-id.rules
-rw-r--r-- root       root              616 ./lib/udev/rules.d/60-persistent-alsa.rules
-rw-r--r-- root       root             2719 ./lib/udev/rules.d/60-persistent-input.rules
-rw-r--r-- root       root             8346 ./lib/udev/rules.d/60-persistent-storage.rules
-rw-r--r-- root       root             2204 ./lib/udev/rules.d/60-persistent-storage-tape.rules
-rw-r--r-- root       root              769 ./lib/udev/rules.d/60-persistent-v4l.rules
-rw-r--r-- root       root             1618 ./lib/udev/rules.d/60-sensor.rules
-rw-r--r-- root       root             1190 ./lib/udev/rules.d/60-serial.rules
-rw-r--r-- root       root              616 ./lib/udev/rules.d/64-btrfs.rules
-rw-r--r-- root       root              281 ./lib/udev/rules.d/70-camera.rules
-rw-r--r-- root       root              432 ./lib/udev/rules.d/70-joystick.rules
-rw-r--r-- root       root              184 ./lib/udev/rules.d/70-memory.rules
-rw-r--r-- root       root              734 ./lib/udev/rules.d/70-mouse.rules
-rw-r--r-- root       root              473 ./lib/udev/rules.d/70-touchpad.rules
-rw-r--r-- root       root              452 ./lib/udev/rules.d/75-net-description.rules
-rw-r--r-- root       root              174 ./lib/udev/rules.d/75-probe_mtd.rules
-rw-r--r-- root       root             4816 ./lib/udev/rules.d/78-sound-card.rules
-rw-r--r-- root       root              617 ./lib/udev/rules.d/80-drivers.rules
-rw-r--r-- root       root              491 ./lib/udev/rules.d/80-net-name-slot.rules
-rw-r--r-- root       root              528 ./lib/udev/rules.d/81-net-dhcp.rules
-rwxr-xr-x root       root           143864 ./lib/udev/scsi_id
-rwxr-xr-x root       root           138768 ./lib/udev/v4l_id
drwxr-xr-x root       root             4096 ./media
drwxr-xr-x root       root             4096 ./mnt
dr-xr-xr-x root       root             4096 ./proc
drwxr-xr-x root       root             4096 ./run
drwxr-xr-x root       root             4096 ./sbin
lrwxrwxrwx root       root               19 ./sbin/blkid -> /bin/busybox.nosuid
-rwxr-xr-x root       root            67992 ./sbin/bootlogd
lrwxrwxrwx root       root               11 ./sbin/depmod.kmod -> ../bin/kmod
lrwxrwxrwx root       root               17 ./sbin/depmod -> /sbin/depmod.kmod
lrwxrwxrwx root       root               19 ./sbin/fdisk -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./sbin/fsck -> /bin/busybox.nosuid
-rwxr-xr-x root       root            67268 ./sbin/fstab-decode
lrwxrwxrwx root       root               19 ./sbin/fstrim -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./sbin/getty -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./sbin/halt -> /sbin/halt.sysvinit
-rwsr-xr-- root       shutdown        68040 ./sbin/halt.sysvinit
lrwxrwxrwx root       root               19 ./sbin/hwclock -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./sbin/ifconfig -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./sbin/ifdown -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./sbin/ifup -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./sbin/init -> /sbin/init.sysvinit
-rwxr-xr-x root       root            69428 ./sbin/init.sysvinit
lrwxrwxrwx root       root               11 ./sbin/insmod.kmod -> ../bin/kmod
lrwxrwxrwx root       root               17 ./sbin/insmod -> /sbin/insmod.kmod
lrwxrwxrwx root       root               19 ./sbin/ip -> /bin/busybox.nosuid
-rwxr-xr-x root       root            68112 ./sbin/killall5
lrwxrwxrwx root       root               19 ./sbin/klogd -> /bin/busybox.nosuid
-rwxr-xr-x root       root           970764 ./sbin/ldconfig
lrwxrwxrwx root       root               19 ./sbin/loadkmap -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./sbin/logread -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./sbin/losetup -> /bin/busybox.nosuid
lrwxrwxrwx root       root               15 ./sbin/lsmod -> /bin/lsmod.kmod
lrwxrwxrwx root       root               19 ./sbin/mkswap -> /bin/busybox.nosuid
lrwxrwxrwx root       root               11 ./sbin/modinfo.kmod -> ../bin/kmod
lrwxrwxrwx root       root               18 ./sbin/modinfo -> /sbin/modinfo.kmod
lrwxrwxrwx root       root               11 ./sbin/modprobe.kmod -> ../bin/kmod
lrwxrwxrwx root       root               19 ./sbin/modprobe -> /sbin/modprobe.kmod
lrwxrwxrwx root       root               19 ./sbin/pivot_root -> /bin/busybox.nosuid
lrwxrwxrwx root       root               23 ./sbin/poweroff -> /sbin/poweroff.sysvinit
lrwxrwxrwx root       root               13 ./sbin/poweroff.sysvinit -> halt.sysvinit
lrwxrwxrwx root       root               21 ./sbin/reboot -> /sbin/reboot.sysvinit
lrwxrwxrwx root       root               13 ./sbin/reboot.sysvinit -> halt.sysvinit
lrwxrwxrwx root       root               11 ./sbin/rmmod.kmod -> ../bin/kmod
lrwxrwxrwx root       root               16 ./sbin/rmmod -> /sbin/rmmod.kmod
lrwxrwxrwx root       root               19 ./sbin/route -> /bin/busybox.nosuid
lrwxrwxrwx root       root               23 ./sbin/runlevel -> /sbin/runlevel.sysvinit
-rwxr-xr-x root       root            67364 ./sbin/runlevel.sysvinit
lrwxrwxrwx root       root               19 ./sbin/setconsole -> /bin/busybox.nosuid
lrwxrwxrwx root       root               23 ./sbin/shutdown -> /sbin/shutdown.sysvinit
-rwsr-xr-- root       shutdown        68228 ./sbin/shutdown.sysvinit
lrwxrwxrwx root       root               19 ./sbin/start-stop-daemon -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./sbin/sulogin -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./sbin/swapoff -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./sbin/swapon -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./sbin/switch_root -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./sbin/sysctl -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./sbin/syslogd -> /bin/busybox.nosuid
lrwxrwxrwx root       root                4 ./sbin/telinit -> init
lrwxrwxrwx root       root               16 ./sbin/udevadm -> /usr/bin/udevadm
-rwxr-xr-x root       root           414876 ./sbin/udevd
lrwxrwxrwx root       root               19 ./sbin/udhcpc -> /bin/busybox.nosuid
dr-xr-xr-x root       root             4096 ./sys
drwxrwxrwt root       root             4096 ./tmp
drwxr-xr-x root       root             4096 ./usr
drwxr-xr-x root       root             4096 ./usr/bin
lrwxrwxrwx root       root               19 ./usr/bin/ascii -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/awk -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/basename -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/[ -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/[[ -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/bunzip2 -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/bzcat -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/bzip2 -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/chvt -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/clear -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/cmp -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/crc32 -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/cut -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/dc -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/deallocvt -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/diff -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/dirname -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/du -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/dumpleases -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/env -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/expr -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/find -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/flock -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/free -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/fuser -> /bin/busybox.nosuid
-rwxr-xr-x root       root            67912 ./usr/bin/gencat
-rwxr-xr-x root       root            67440 ./usr/bin/getconf
-rwxr-xr-x root       root            68744 ./usr/bin/getent
lrwxrwxrwx root       root               19 ./usr/bin/groups -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/head -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/hexdump -> /bin/busybox.nosuid
-rwxr-xr-x root       root            69944 ./usr/bin/iconv
lrwxrwxrwx root       root               19 ./usr/bin/id -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/killall -> /bin/busybox.nosuid
lrwxrwxrwx root       root               13 ./usr/bin/lastb.sysvinit -> last.sysvinit
lrwxrwxrwx root       root               23 ./usr/bin/lastb -> /usr/bin/lastb.sysvinit
-rwxr-xr-x root       root            68012 ./usr/bin/last.sysvinit
lrwxrwxrwx root       root               22 ./usr/bin/last -> /usr/bin/last.sysvinit
lrwxrwxrwx root       root               19 ./usr/bin/less -> /bin/busybox.nosuid
-rwxr-xr-x root       root            74632 ./usr/bin/locale
lrwxrwxrwx root       root               19 ./usr/bin/logger -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/logname -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/lzcat -> /bin/busybox.nosuid
-rwxr-xr-x root       root            67988 ./usr/bin/makedb
lrwxrwxrwx root       root               19 ./usr/bin/md5sum -> /bin/busybox.nosuid
-rwxr-xr-x root       root            67392 ./usr/bin/mesg.sysvinit
lrwxrwxrwx root       root               22 ./usr/bin/mesg -> /usr/bin/mesg.sysvinit
lrwxrwxrwx root       root               19 ./usr/bin/microcom -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/mkfifo -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/nc -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/nohup -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/nproc -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/nslookup -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/od -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/openvt -> /bin/busybox.nosuid
lrwxrwxrwx root       root               17 ./usr/bin/passwd -> /bin/busybox.suid
lrwxrwxrwx root       root               19 ./usr/bin/patch -> /bin/busybox.nosuid
-rwxr-xr-x root       root            67504 ./usr/bin/pcprofiledump
lrwxrwxrwx root       root               19 ./usr/bin/pgrep -> /bin/busybox.nosuid
-rwxr-xr-x root       root            67656 ./usr/bin/pldd
lrwxrwxrwx root       root               19 ./usr/bin/printf -> /bin/busybox.nosuid
-rwxr-xr-x root       root            67396 ./usr/bin/readbootlog
lrwxrwxrwx root       root               19 ./usr/bin/readlink -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/realpath -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/renice -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/reset -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/resize -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/seq -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/setsid -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/sha1sum -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/sha256sum -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/shuf -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/sort -> /bin/busybox.nosuid
-rwxr-xr-x root       root            67924 ./usr/bin/sprof
lrwxrwxrwx root       root               19 ./usr/bin/strings -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/tail -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/tee -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/telnet -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/test -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/tftp -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/time -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/top -> /bin/busybox.nosuid
lrwxrwxrwx root       root               17 ./usr/bin/traceroute -> /bin/busybox.suid
lrwxrwxrwx root       root               19 ./usr/bin/tr -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/ts -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/tty -> /bin/busybox.nosuid
-rwxr-xr-x root       root           415820 ./usr/bin/udevadm
lrwxrwxrwx root       root               19 ./usr/bin/uniq -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/unlink -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/unzip -> /bin/busybox.nosuid
-rwxr-xr-x root       root             4679 ./usr/bin/update-alternatives
lrwxrwxrwx root       root               19 ./usr/bin/uptime -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/users -> /bin/busybox.nosuid
-rwxr-xr-x root       root            67756 ./usr/bin/utmpdump.sysvinit
lrwxrwxrwx root       root               26 ./usr/bin/utmpdump -> /usr/bin/utmpdump.sysvinit
lrwxrwxrwx root       root               17 ./usr/bin/vlock -> /bin/busybox.suid
-rwxr-xr-x root       root            67512 ./usr/bin/wall.sysvinit
lrwxrwxrwx root       root               22 ./usr/bin/wall -> /usr/bin/wall.sysvinit
lrwxrwxrwx root       root               19 ./usr/bin/wc -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/wget -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/which -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/whoami -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/who -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/xargs -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/xzcat -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/bin/yes -> /bin/busybox.nosuid
drwxr-xr-x root       root             4096 ./usr/games
drwxr-xr-x root       root             4096 ./usr/include
-rw-r--r-- root       root             7739 ./usr/include/aio.h
-rw-r--r-- root       root             2028 ./usr/include/aliases.h
-rw-r--r-- root       root             1203 ./usr/include/alloca.h
-rw-r--r-- root       root             4351 ./usr/include/a.out.h
-rw-r--r-- root       root            25548 ./usr/include/argp.h
-rw-r--r-- root       root             6051 ./usr/include/argz.h
-rw-r--r-- root       root             1731 ./usr/include/ar.h
drwxr-xr-x root       root             4096 ./usr/include/arpa
-rw-r--r-- root       root             3432 ./usr/include/arpa/ftp.h
-rw-r--r-- root       root             4333 ./usr/include/arpa/inet.h
-rw-r--r-- root       root             7045 ./usr/include/arpa/nameser_compat.h
-rw-r--r-- root       root            14510 ./usr/include/arpa/nameser.h
-rw-r--r-- root       root            10263 ./usr/include/arpa/telnet.h
-rw-r--r-- root       root             3051 ./usr/include/arpa/tftp.h
drwxr-xr-x root       root             4096 ./usr/include/asm
-rw-r--r-- root       root              616 ./usr/include/asm/auxvec.h
-rw-r--r-- root       root              766 ./usr/include/asm/bitfield.h
-rw-r--r-- root       root              244 ./usr/include/asm/bitsperlong.h
-rw-r--r-- root       root               40 ./usr/include/asm/bpf_perf_event.h
-rw-r--r-- root       root             1321 ./usr/include/asm/break.h
-rw-r--r-- root       root              580 ./usr/include/asm/byteorder.h
-rw-r--r-- root       root              800 ./usr/include/asm/cachectl.h
-rw-r--r-- root       root             5777 ./usr/include/asm/errno.h
-rw-r--r-- root       root             2013 ./usr/include/asm/fcntl.h
drwxr-xr-x root       root             4096 ./usr/include/asm-generic
-rw-r--r-- root       root              218 ./usr/include/asm-generic/auxvec.h
-rw-r--r-- root       root              564 ./usr/include/asm-generic/bitsperlong.h
-rw-r--r-- root       root              238 ./usr/include/asm-generic/bpf_perf_event.h
-rw-r--r-- root       root             1612 ./usr/include/asm-generic/errno-base.h
-rw-r--r-- root       root             5648 ./usr/include/asm-generic/errno.h
-rw-r--r-- root       root             5594 ./usr/include/asm-generic/fcntl.h
-rw-r--r-- root       root             1820 ./usr/include/asm-generic/hugetlb_encode.h
-rw-r--r-- root       root              718 ./usr/include/asm-generic/int-l64.h
-rw-r--r-- root       root              864 ./usr/include/asm-generic/int-ll64.h
-rw-r--r-- root       root             3478 ./usr/include/asm-generic/ioctl.h
-rw-r--r-- root       root             3987 ./usr/include/asm-generic/ioctls.h
-rw-r--r-- root       root             1035 ./usr/include/asm-generic/ipcbuf.h
-rw-r--r-- root       root               96 ./usr/include/asm-generic/kvm_para.h
-rw-r--r-- root       root             3812 ./usr/include/asm-generic/mman-common.h
-rw-r--r-- root       root              740 ./usr/include/asm-generic/mman.h
-rw-r--r-- root       root             1624 ./usr/include/asm-generic/msgbuf.h
-rw-r--r-- root       root              353 ./usr/include/asm-generic/param.h
-rw-r--r-- root       root              847 ./usr/include/asm-generic/poll.h
-rw-r--r-- root       root             2376 ./usr/include/asm-generic/posix_types.h
-rw-r--r-- root       root             1872 ./usr/include/asm-generic/resource.h
-rw-r--r-- root       root             1544 ./usr/include/asm-generic/sembuf.h
-rw-r--r-- root       root              190 ./usr/include/asm-generic/setup.h
-rw-r--r-- root       root             1878 ./usr/include/asm-generic/shmbuf.h
-rw-r--r-- root       root            10773 ./usr/include/asm-generic/siginfo.h
-rw-r--r-- root       root             2923 ./usr/include/asm-generic/signal-defs.h
-rw-r--r-- root       root             1799 ./usr/include/asm-generic/signal.h
-rw-r--r-- root       root             3732 ./usr/include/asm-generic/socket.h
-rw-r--r-- root       root              447 ./usr/include/asm-generic/sockios.h
-rw-r--r-- root       root             1839 ./usr/include/asm-generic/statfs.h
-rw-r--r-- root       root             2633 ./usr/include/asm-generic/stat.h
-rw-r--r-- root       root              502 ./usr/include/asm-generic/swab.h
-rw-r--r-- root       root             2214 ./usr/include/asm-generic/termbits-common.h
-rw-r--r-- root       root             3654 ./usr/include/asm-generic/termbits.h
-rw-r--r-- root       root             1377 ./usr/include/asm-generic/termios.h
-rw-r--r-- root       root              233 ./usr/include/asm-generic/types.h
-rw-r--r-- root       root              357 ./usr/include/asm-generic/ucontext.h
-rw-r--r-- root       root            31480 ./usr/include/asm-generic/unistd.h
-rw-r--r-- root       root              700 ./usr/include/asm/hwcap.h
-rw-r--r-- root       root            29173 ./usr/include/asm/inst.h
-rw-r--r-- root       root              781 ./usr/include/asm/ioctl.h
-rw-r--r-- root       root             4834 ./usr/include/asm/ioctls.h
-rw-r--r-- root       root               32 ./usr/include/asm/ipcbuf.h
-rw-r--r-- root       root             7723 ./usr/include/asm/kvm.h
-rw-r--r-- root       root               34 ./usr/include/asm/kvm_para.h
-rw-r--r-- root       root             4705 ./usr/include/asm/mman.h
-rw-r--r-- root       root             2326 ./usr/include/asm/msgbuf.h
-rw-r--r-- root       root              476 ./usr/include/asm/param.h
-rw-r--r-- root       root              864 ./usr/include/asm/perf_regs.h
-rw-r--r-- root       root              217 ./usr/include/asm/poll.h
-rw-r--r-- root       root              757 ./usr/include/asm/posix_types.h
-rw-r--r-- root       root             2734 ./usr/include/asm/ptrace.h
-rw-r--r-- root       root             5426 ./usr/include/asm/reg.h
-rw-r--r-- root       root             1067 ./usr/include/asm/resource.h
-rw-r--r-- root       root             1079 ./usr/include/asm/sembuf.h
-rw-r--r-- root       root              168 ./usr/include/asm/setup.h
-rw-r--r-- root       root             1054 ./usr/include/asm/sgidefs.h
-rw-r--r-- root       root             1937 ./usr/include/asm/shmbuf.h
-rw-r--r-- root       root             2580 ./usr/include/asm/sigcontext.h
-rw-r--r-- root       root              857 ./usr/include/asm/siginfo.h
-rw-r--r-- root       root             3631 ./usr/include/asm/signal.h
-rw-r--r-- root       root             4763 ./usr/include/asm/socket.h
-rw-r--r-- root       root              768 ./usr/include/asm/sockios.h
-rw-r--r-- root       root             1987 ./usr/include/asm/statfs.h
-rw-r--r-- root       root             3015 ./usr/include/asm/stat.h
-rw-r--r-- root       root             1460 ./usr/include/asm/swab.h
-rw-r--r-- root       root              841 ./usr/include/asm/sysmips.h
-rw-r--r-- root       root             6151 ./usr/include/asm/termbits.h
-rw-r--r-- root       root             2130 ./usr/include/asm/termios.h
-rw-r--r-- root       root              881 ./usr/include/asm/types.h
-rw-r--r-- root       root             2198 ./usr/include/asm/ucontext.h
-rw-r--r-- root       root              998 ./usr/include/asm/unistd.h
-rw-r--r-- root       root            16028 ./usr/include/asm/unistd_n32.h
-rw-r--r-- root       root            14854 ./usr/include/asm/unistd_n64.h
-rw-r--r-- root       root            17846 ./usr/include/asm/unistd_o32.h
-rw-r--r-- root       root             5005 ./usr/include/assert.h
drwxr-xr-x root       root            12288 ./usr/include/bits
-rw-r--r-- root       root              241 ./usr/include/bits/a.out.h
-rw-r--r-- root       root             1010 ./usr/include/bits/argp-ldbl.h
-rw-r--r-- root       root             1283 ./usr/include/bits/atomic_wide_counter.h
-rw-r--r-- root       root             2450 ./usr/include/bits/byteswap.h
-rw-r--r-- root       root             4139 ./usr/include/bits/cmathcalls.h
-rw-r--r-- root       root            23828 ./usr/include/bits/confname.h
-rw-r--r-- root       root             4516 ./usr/include/bits/cpu-set.h
-rw-r--r-- root       root             1275 ./usr/include/bits/dirent_ext.h
-rw-r--r-- root       root             1771 ./usr/include/bits/dirent.h
-rw-r--r-- root       root             2523 ./usr/include/bits/dlfcn.h
-rw-r--r-- root       root             1330 ./usr/include/bits/dl_find_object.h
-rw-r--r-- root       root              426 ./usr/include/bits/elfclass.h
-rw-r--r-- root       root             1905 ./usr/include/bits/endian.h
-rw-r--r-- root       root              356 ./usr/include/bits/endianness-32.h
-rw-r--r-- root       root              548 ./usr/include/bits/endianness.h
-rw-r--r-- root       root             3255 ./usr/include/bits/environments.h
-rw-r--r-- root       root             1018 ./usr/include/bits/epoll.h
-rw-r--r-- root       root             1148 ./usr/include/bits/err-ldbl.h
-rw-r--r-- root       root             1409 ./usr/include/bits/errno.h
-rw-r--r-- root       root             2684 ./usr/include/bits/error.h
-rw-r--r-- root       root             2824 ./usr/include/bits/error-ldbl.h
-rw-r--r-- root       root             1129 ./usr/include/bits/eventfd.h
-rw-r--r-- root       root             5575 ./usr/include/bits/fcntl2.h
-rw-r--r-- root       root             3911 ./usr/include/bits/fcntl.h
-rw-r--r-- root       root            14075 ./usr/include/bits/fcntl-linux.h
-rw-r--r-- root       root             2935 ./usr/include/bits/fenv.h
-rw-r--r-- root       root             3504 ./usr/include/bits/floatn-32.h
-rw-r--r-- root       root            10325 ./usr/include/bits/floatn-common.h
-rw-r--r-- root       root              532 ./usr/include/bits/floatn.h
-rw-r--r-- root       root             1578 ./usr/include/bits/flt-eval-method.h
-rw-r--r-- root       root             1216 ./usr/include/bits/fp-fast.h
-rw-r--r-- root       root             1184 ./usr/include/bits/fp-logb.h
-rw-r--r-- root       root             3667 ./usr/include/bits/getopt_core.h
-rw-r--r-- root       root             3038 ./usr/include/bits/getopt_ext.h
-rw-r--r-- root       root             1810 ./usr/include/bits/getopt_posix.h
-rw-r--r-- root       root              972 ./usr/include/bits/hwcap.h
-rw-r--r-- root       root             1089 ./usr/include/bits/indirect-return.h
-rw-r--r-- root       root             9341 ./usr/include/bits/in.h
-rw-r--r-- root       root               25 ./usr/include/bits/initspin.h
-rw-r--r-- root       root             1080 ./usr/include/bits/inotify.h
-rw-r--r-- root       root             4478 ./usr/include/bits/ioctls.h
-rw-r--r-- root       root             2627 ./usr/include/bits/ioctl-types.h
-rw-r--r-- root       root             1523 ./usr/include/bits/ipc.h
-rw-r--r-- root       root             1745 ./usr/include/bits/ipc-perm.h
-rw-r--r-- root       root             1069 ./usr/include/bits/ipctypes.h
-rw-r--r-- root       root             1261 ./usr/include/bits/iscanonical.h
-rw-r--r-- root       root             4286 ./usr/include/bits/libc-header-start.h
-rw-r--r-- root       root             8933 ./usr/include/bits/libm-simd-decl-stubs.h
-rw-r--r-- root       root             3422 ./usr/include/bits/link.h
-rw-r--r-- root       root             1104 ./usr/include/bits/link_lavcurrent.h
-rw-r--r-- root       root             1368 ./usr/include/bits/locale.h
-rw-r--r-- root       root             3175 ./usr/include/bits/local_lim.h
-rw-r--r-- root       root             1005 ./usr/include/bits/long-double-32.h
-rw-r--r-- root       root              552 ./usr/include/bits/long-double.h
-rw-r--r-- root       root            14562 ./usr/include/bits/mathcalls.h
-rw-r--r-- root       root             1863 ./usr/include/bits/mathcalls-helper-functions.h
-rw-r--r-- root       root             1515 ./usr/include/bits/mathcalls-narrow.h
-rw-r--r-- root       root              891 ./usr/include/bits/mathdef.h
-rw-r--r-- root       root             1169 ./usr/include/bits/math-vector-32.h
-rw-r--r-- root       root              552 ./usr/include/bits/math-vector.h
-rw-r--r-- root       root             1230 ./usr/include/bits/mman_ext.h
-rw-r--r-- root       root             1894 ./usr/include/bits/mman.h
-rw-r--r-- root       root             5188 ./usr/include/bits/mman-linux.h
-rw-r--r-- root       root             1961 ./usr/include/bits/mman-map-flags-generic.h
-rw-r--r-- root       root             2928 ./usr/include/bits/mman-shared.h
-rw-r--r-- root       root             1047 ./usr/include/bits/monetary-ldbl.h
-rw-r--r-- root       root             2151 ./usr/include/bits/mqueue2.h
-rw-r--r-- root       root             1246 ./usr/include/bits/mqueue.h
-rw-r--r-- root       root             1793 ./usr/include/bits/msq.h
-rw-r--r-- root       root             1264 ./usr/include/bits/netdb.h
-rw-r--r-- root       root             1433 ./usr/include/bits/param.h
-rw-r--r-- root       root             3676 ./usr/include/bits/poll2.h
-rw-r--r-- root       root             2079 ./usr/include/bits/poll.h
-rw-r--r-- root       root             5198 ./usr/include/bits/posix1_lim.h
-rw-r--r-- root       root             2867 ./usr/include/bits/posix2_lim.h
-rw-r--r-- root       root             5913 ./usr/include/bits/posix_opt.h
-rw-r--r-- root       root              992 ./usr/include/bits/printf-ldbl.h
-rw-r--r-- root       root              963 ./usr/include/bits/procfs-extra.h
-rw-r--r-- root       root             1299 ./usr/include/bits/procfs.h
-rw-r--r-- root       root             1046 ./usr/include/bits/procfs-id.h
-rw-r--r-- root       root             1050 ./usr/include/bits/procfs-prregset.h
-rw-r--r-- root       root             1214 ./usr/include/bits/pthread_stack_min-dynamic.h
-rw-r--r-- root       root              951 ./usr/include/bits/pthread_stack_min.h
-rw-r--r-- root       root             1560 ./usr/include/bits/pthreadtypes-arch.h
-rw-r--r-- root       root             3072 ./usr/include/bits/pthreadtypes.h
-rw-r--r-- root       root             4302 ./usr/include/bits/ptrace-shared.h
-rw-r--r-- root       root             6581 ./usr/include/bits/resource.h
-rw-r--r-- root       root             2157 ./usr/include/bits/rseq.h
-rw-r--r-- root       root             4112 ./usr/include/bits/sched.h
-rw-r--r-- root       root             1266 ./usr/include/bits/select2.h
-rw-r--r-- root       root             1229 ./usr/include/bits/select-decl.h
-rw-r--r-- root       root             1505 ./usr/include/bits/select.h
-rw-r--r-- root       root             1152 ./usr/include/bits/semaphore.h
-rw-r--r-- root       root             2259 ./usr/include/bits/sem.h
-rw-r--r-- root       root             1705 ./usr/include/bits/setjmp2.h
-rw-r--r-- root       root             2011 ./usr/include/bits/setjmp.h
-rw-r--r-- root       root             2766 ./usr/include/bits/shm.h
-rw-r--r-- root       root              995 ./usr/include/bits/shmlba.h
-rw-r--r-- root       root             3406 ./usr/include/bits/sigaction.h
-rw-r--r-- root       root             2662 ./usr/include/bits/sigcontext.h
-rw-r--r-- root       root             1471 ./usr/include/bits/sigevent-consts.h
-rw-r--r-- root       root              419 ./usr/include/bits/siginfo-arch.h
-rw-r--r-- root       root              204 ./usr/include/bits/siginfo-consts-arch.h
-rw-r--r-- root       root             7036 ./usr/include/bits/siginfo-consts.h
-rw-r--r-- root       root             1285 ./usr/include/bits/signal_ext.h
-rw-r--r-- root       root             1067 ./usr/include/bits/signalfd.h
-rw-r--r-- root       root             2607 ./usr/include/bits/signum-arch.h
-rw-r--r-- root       root             3313 ./usr/include/bits/signum-generic.h
-rw-r--r-- root       root             1168 ./usr/include/bits/sigstack.h
-rw-r--r-- root       root             1283 ./usr/include/bits/sigstksz.h
-rw-r--r-- root       root             1692 ./usr/include/bits/sigthread.h
-rw-r--r-- root       root             1514 ./usr/include/bits/sockaddr.h
-rw-r--r-- root       root             3037 ./usr/include/bits/socket2.h
-rw-r--r-- root       root             2239 ./usr/include/bits/socket-constants.h
-rw-r--r-- root       root            13575 ./usr/include/bits/socket.h
-rw-r--r-- root       root             2212 ./usr/include/bits/socket_type.h
-rw-r--r-- root       root             1188 ./usr/include/bits/ss_flags.h
-rw-r--r-- root       root             9040 ./usr/include/bits/stab.def
-rw-r--r-- root       root             2041 ./usr/include/bits/statfs.h
-rw-r--r-- root       root             2231 ./usr/include/bits/stat.h
-rw-r--r-- root       root             3423 ./usr/include/bits/statvfs.h
-rw-r--r-- root       root             2219 ./usr/include/bits/statx-generic.h
-rw-r--r-- root       root             1400 ./usr/include/bits/statx.h
-rw-r--r-- root       root             1037 ./usr/include/bits/stdint-intn.h
-rw-r--r-- root       root             1049 ./usr/include/bits/stdint-uintn.h
-rw-r--r-- root       root             6199 ./usr/include/bits/stdio2-decl.h
-rw-r--r-- root       root             8106 ./usr/include/bits/stdio2.h
-rw-r--r-- root       root             5599 ./usr/include/bits/stdio.h
-rw-r--r-- root       root             4313 ./usr/include/bits/stdio-ldbl.h
-rw-r--r-- root       root             1054 ./usr/include/bits/stdio_lim.h
-rw-r--r-- root       root             1557 ./usr/include/bits/stdlib-bsearch.h
-rw-r--r-- root       root             1115 ./usr/include/bits/stdlib-float.h
-rw-r--r-- root       root             5779 ./usr/include/bits/stdlib.h
-rw-r--r-- root       root             2020 ./usr/include/bits/stdlib-ldbl.h
-rw-r--r-- root       root             5625 ./usr/include/bits/string_fortified.h
-rw-r--r-- root       root             1240 ./usr/include/bits/strings_fortified.h
-rw-r--r-- root       root             1644 ./usr/include/bits/struct_mutex.h
-rw-r--r-- root       root             2165 ./usr/include/bits/struct_rwlock-32.h
-rw-r--r-- root       root              560 ./usr/include/bits/struct_rwlock.h
-rw-r--r-- root       root             9054 ./usr/include/bits/struct_stat.h
-rw-r--r-- root       root             2606 ./usr/include/bits/struct_stat_time64_helper.h
-rw-r--r-- root       root            45742 ./usr/include/bits/syscall-32.h
-rw-r--r-- root       root              536 ./usr/include/bits/syscall.h
-rw-r--r-- root       root             1329 ./usr/include/bits/syslog-decl.h
-rw-r--r-- root       root             1695 ./usr/include/bits/syslog.h
-rw-r--r-- root       root             1204 ./usr/include/bits/syslog-ldbl.h
-rw-r--r-- root       root             1061 ./usr/include/bits/syslog-path.h
-rw-r--r-- root       root             2953 ./usr/include/bits/sysmacros.h
-rw-r--r-- root       root             1824 ./usr/include/bits/termios-baud.h
-rw-r--r-- root       root             2056 ./usr/include/bits/termios-c_cc.h
-rw-r--r-- root       root             1283 ./usr/include/bits/termios-c_cflag.h
-rw-r--r-- root       root             1936 ./usr/include/bits/termios-c_iflag.h
-rw-r--r-- root       root             1936 ./usr/include/bits/termios-c_lflag.h
-rw-r--r-- root       root             2822 ./usr/include/bits/termios-c_oflag.h
-rw-r--r-- root       root             2168 ./usr/include/bits/termios.h
-rw-r--r-- root       root              969 ./usr/include/bits/termios-misc.h
-rw-r--r-- root       root             1346 ./usr/include/bits/termios-struct.h
-rw-r--r-- root       root             1225 ./usr/include/bits/termios-tcflow.h
-rw-r--r-- root       root             3912 ./usr/include/bits/thread-shared-types.h
-rw-r--r-- root       root             1340 ./usr/include/bits/time64.h
-rw-r--r-- root       root             3326 ./usr/include/bits/time.h
-rw-r--r-- root       root             1103 ./usr/include/bits/timerfd.h
-rw-r--r-- root       root              973 ./usr/include/bits/timesize.h
-rw-r--r-- root       root             6198 ./usr/include/bits/timex.h
drwxr-xr-x root       root             4096 ./usr/include/bits/types
-rw-r--r-- root       root              174 ./usr/include/bits/types/clockid_t.h
-rw-r--r-- root       root              143 ./usr/include/bits/types/clock_t.h
-rw-r--r-- root       root             2725 ./usr/include/bits/types/cookie_io_functions_t.h
-rw-r--r-- root       root              894 ./usr/include/bits/types/error_t.h
-rw-r--r-- root       root              110 ./usr/include/bits/types/__FILE.h
-rw-r--r-- root       root              180 ./usr/include/bits/types/FILE.h
-rw-r--r-- root       root              410 ./usr/include/bits/types/__fpos64_t.h
-rw-r--r-- root       root              381 ./usr/include/bits/types/__fpos_t.h
-rw-r--r-- root       root             8806 ./usr/include/bits/types.h
-rw-r--r-- root       root              369 ./usr/include/bits/types/idtype_t.h
-rw-r--r-- root       root             3417 ./usr/include/bits/typesizes.h
-rw-r--r-- root       root             1661 ./usr/include/bits/types/__locale_t.h
-rw-r--r-- root       root              983 ./usr/include/bits/types/locale_t.h
-rw-r--r-- root       root              564 ./usr/include/bits/types/__mbstate_t.h
-rw-r--r-- root       root              135 ./usr/include/bits/types/mbstate_t.h
-rw-r--r-- root       root             2010 ./usr/include/bits/types/res_state.h
-rw-r--r-- root       root              272 ./usr/include/bits/types/sig_atomic_t.h
-rw-r--r-- root       root             1204 ./usr/include/bits/types/sigevent_t.h
-rw-r--r-- root       root             3892 ./usr/include/bits/types/siginfo_t.h
-rw-r--r-- root       root              206 ./usr/include/bits/types/__sigset_t.h
-rw-r--r-- root       root              195 ./usr/include/bits/types/sigset_t.h
-rw-r--r-- root       root             1148 ./usr/include/bits/types/__sigval_t.h
-rw-r--r-- root       root              599 ./usr/include/bits/types/sigval_t.h
-rw-r--r-- root       root             1067 ./usr/include/bits/types/stack_t.h
-rw-r--r-- root       root             4104 ./usr/include/bits/types/struct_FILE.h
-rw-r--r-- root       root             1066 ./usr/include/bits/types/struct_iovec.h
-rw-r--r-- root       root              288 ./usr/include/bits/types/struct_itimerspec.h
-rw-r--r-- root       root             1467 ./usr/include/bits/types/struct___jmp_buf_tag.h
-rw-r--r-- root       root             1094 ./usr/include/bits/types/struct_msqid64_ds.h
-rw-r--r-- root       root             1522 ./usr/include/bits/types/struct_msqid64_ds_helper.h
-rw-r--r-- root       root             2444 ./usr/include/bits/types/struct_msqid_ds.h
-rw-r--r-- root       root              274 ./usr/include/bits/types/struct_osockaddr.h
-rw-r--r-- root       root             4121 ./usr/include/bits/types/struct_rusage.h
-rw-r--r-- root       root             1073 ./usr/include/bits/types/struct_sched_param.h
-rw-r--r-- root       root             1109 ./usr/include/bits/types/struct_semid64_ds.h
-rw-r--r-- root       root             1212 ./usr/include/bits/types/struct_semid64_ds_helper.h
-rw-r--r-- root       root             1435 ./usr/include/bits/types/struct_semid_ds.h
-rw-r--r-- root       root             1111 ./usr/include/bits/types/struct_shmid64_ds.h
-rw-r--r-- root       root             1353 ./usr/include/bits/types/struct_shmid64_ds_helper.h
-rw-r--r-- root       root             2078 ./usr/include/bits/types/struct_shmid_ds.h
-rw-r--r-- root       root             1073 ./usr/include/bits/types/struct_sigstack.h
-rw-r--r-- root       root             1897 ./usr/include/bits/types/struct_statx.h
-rw-r--r-- root       root             1202 ./usr/include/bits/types/struct_statx_timestamp.h
-rw-r--r-- root       root              413 ./usr/include/bits/types/struct_timeb.h
-rw-r--r-- root       root              867 ./usr/include/bits/types/struct_timespec.h
-rw-r--r-- root       root              411 ./usr/include/bits/types/struct_timeval.h
-rw-r--r-- root       root              760 ./usr/include/bits/types/struct_tm.h
-rw-r--r-- root       root              159 ./usr/include/bits/types/timer_t.h
-rw-r--r-- root       root              203 ./usr/include/bits/types/time_t.h
-rw-r--r-- root       root              796 ./usr/include/bits/types/wint_t.h
-rw-r--r-- root       root             1542 ./usr/include/bits/uintn-identity.h
-rw-r--r-- root       root             1923 ./usr/include/bits/uio-ext.h
-rw-r--r-- root       root             1385 ./usr/include/bits/uio_lim.h
-rw-r--r-- root       root             8682 ./usr/include/bits/unistd-decl.h
-rw-r--r-- root       root             2035 ./usr/include/bits/unistd_ext.h
-rw-r--r-- root       root             4488 ./usr/include/bits/unistd.h
-rw-r--r-- root       root             4067 ./usr/include/bits/utmp.h
-rw-r--r-- root       root             3578 ./usr/include/bits/utmpx.h
-rw-r--r-- root       root             1213 ./usr/include/bits/utsname.h
-rw-r--r-- root       root             1697 ./usr/include/bits/waitflags.h
-rw-r--r-- root       root             2287 ./usr/include/bits/waitstatus.h
-rw-r--r-- root       root            11461 ./usr/include/bits/wchar2-decl.h
-rw-r--r-- root       root             9433 ./usr/include/bits/wchar2.h
-rw-r--r-- root       root             1906 ./usr/include/bits/wchar.h
-rw-r--r-- root       root             3945 ./usr/include/bits/wchar-ldbl.h
-rw-r--r-- root       root             6307 ./usr/include/bits/wctype-wchar.h
-rw-r--r-- root       root             1060 ./usr/include/bits/wordsize.h
-rw-r--r-- root       root             3858 ./usr/include/bits/xopen_lim.h
drwxr-xr-x root       root             4096 ./usr/include/blkid
-rw-r--r-- root       root            16562 ./usr/include/blkid/blkid.h
-rw-r--r-- root       root             1449 ./usr/include/byteswap.h
-rw-r--r-- root       root             8140 ./usr/include/complex.h
-rw-r--r-- root       root             2268 ./usr/include/cpio.h
-rw-r--r-- root       root            10969 ./usr/include/ctype.h
-rw-r--r-- root       root            12617 ./usr/include/dirent.h
-rw-r--r-- root       root             8581 ./usr/include/dlfcn.h
drwxr-xr-x root       root             4096 ./usr/include/drm
-rw-r--r-- root       root            37414 ./usr/include/drm/amdgpu_drm.h
-rw-r--r-- root       root             1212 ./usr/include/drm/armada_drm.h
-rw-r--r-- root       root            66592 ./usr/include/drm/drm_fourcc.h
-rw-r--r-- root       root            40483 ./usr/include/drm/drm.h
-rw-r--r-- root       root            39789 ./usr/include/drm/drm_mode.h
-rw-r--r-- root       root             2782 ./usr/include/drm/drm_sarea.h
-rw-r--r-- root       root            11993 ./usr/include/drm/etnaviv_drm.h
-rw-r--r-- root       root            11133 ./usr/include/drm/exynos_drm.h
-rw-r--r-- root       root            78897 ./usr/include/drm/habanalabs_accel.h
-rw-r--r-- root       root           125735 ./usr/include/drm/i915_drm.h
-rw-r--r-- root       root             8405 ./usr/include/drm/ivpu_accel.h
-rw-r--r-- root       root             5052 ./usr/include/drm/lima_drm.h
-rw-r--r-- root       root            16301 ./usr/include/drm/msm_drm.h
-rw-r--r-- root       root             6640 ./usr/include/drm/nouveau_drm.h
-rw-r--r-- root       root             4027 ./usr/include/drm/omap_drm.h
-rw-r--r-- root       root             8448 ./usr/include/drm/panfrost_drm.h
-rw-r--r-- root       root            12182 ./usr/include/drm/qaic_accel.h
-rw-r--r-- root       root             4131 ./usr/include/drm/qxl_drm.h
-rw-r--r-- root       root            38236 ./usr/include/drm/radeon_drm.h
-rw-r--r-- root       root            21641 ./usr/include/drm/tegra_drm.h
-rw-r--r-- root       root            14899 ./usr/include/drm/v3d_drm.h
-rw-r--r-- root       root            14457 ./usr/include/drm/vc4_drm.h
-rw-r--r-- root       root             1971 ./usr/include/drm/vgem_drm.h
-rw-r--r-- root       root             7340 ./usr/include/drm/virtgpu_drm.h
-rw-r--r-- root       root            37479 ./usr/include/drm/vmwgfx_drm.h
-rw-r--r-- root       root           189968 ./usr/include/elf.h
-rw-r--r-- root       root             2299 ./usr/include/endian.h
-rw-r--r-- root       root             2867 ./usr/include/envz.h
-rw-r--r-- root       root             2383 ./usr/include/err.h
-rw-r--r-- root       root             1679 ./usr/include/errno.h
-rw-r--r-- root       root             2430 ./usr/include/error.h
-rw-r--r-- root       root             1523 ./usr/include/execinfo.h
-rw-r--r-- root       root            11442 ./usr/include/fcntl.h
-rw-r--r-- root       root            18596 ./usr/include/features.h
-rw-r--r-- root       root             1409 ./usr/include/features-time64.h
-rw-r--r-- root       root             5788 ./usr/include/fenv.h
drwxr-xr-x root       root             4096 ./usr/include/finclude
-rw-r--r-- root       root              941 ./usr/include/finclude/math-vector-fortran.h
-rw-r--r-- root       root             3240 ./usr/include/fmtmsg.h
-rw-r--r-- root       root             2296 ./usr/include/fnmatch.h
-rw-r--r-- root       root              884 ./usr/include/fpregdef.h
-rw-r--r-- root       root             4609 ./usr/include/fpu_control.h
-rw-r--r-- root       root             3111 ./usr/include/fstab.h
-rw-r--r-- root       root             9579 ./usr/include/fts.h
-rw-r--r-- root       root             6343 ./usr/include/ftw.h
-rw-r--r-- root       root             4211 ./usr/include/gconv.h
-rw-r--r-- root       root             1469 ./usr/include/getopt.h
-rw-r--r-- root       root             7299 ./usr/include/glob.h
drwxr-xr-x root       root             4096 ./usr/include/gnu
-rw-r--r-- root       root             1264 ./usr/include/gnu/libc-version.h
-rw-r--r-- root       root             1935 ./usr/include/gnu/lib-names.h
-rw-r--r-- root       root             1420 ./usr/include/gnu/lib-names-o32_hard.h
-rw-r--r-- root       root             1815 ./usr/include/gnu/stubs.h
-rw-r--r-- root       root              449 ./usr/include/gnu/stubs-o32_hard.h
-rw-r--r-- root       root             2343 ./usr/include/gnu-versions.h
-rw-r--r-- root       root             6847 ./usr/include/grp.h
-rw-r--r-- root       root             4689 ./usr/include/gshadow.h
-rw-r--r-- root       root             1912 ./usr/include/iconv.h
-rw-r--r-- root       root             8155 ./usr/include/ieee754.h
-rw-r--r-- root       root             2841 ./usr/include/ifaddrs.h
-rw-r--r-- root       root             2446 ./usr/include/initreq.h
-rw-r--r-- root       root            11309 ./usr/include/inttypes.h
-rw-r--r-- root       root            17849 ./usr/include/langinfo.h
-rw-r--r-- root       root              126 ./usr/include/lastlog.h
drwxr-xr-x root       root             4096 ./usr/include/libfdisk
-rw-r--r-- root       root            32169 ./usr/include/libfdisk/libfdisk.h
-rw-r--r-- root       root             1386 ./usr/include/libgen.h
-rw-r--r-- root       root             4580 ./usr/include/libintl.h
-rw-r--r-- root       root             9667 ./usr/include/libkmod.h
drwxr-xr-x root       root             4096 ./usr/include/libmount
-rw-r--r-- root       root            37551 ./usr/include/libmount/libmount.h
drwxr-xr-x root       root             4096 ./usr/include/libsmartcols
-rw-r--r-- root       root            16293 ./usr/include/libsmartcols/libsmartcols.h
-rw-r--r-- root       root            10327 ./usr/include/libudev.h
-rw-r--r-- root       root             5706 ./usr/include/limits.h
-rw-r--r-- root       root             7801 ./usr/include/link.h
drwxr-xr-x root       root            28672 ./usr/include/linux
-rw-r--r-- root       root             3913 ./usr/include/linux/acct.h
-rw-r--r-- root       root            18956 ./usr/include/linux/acrn.h
-rw-r--r-- root       root             1140 ./usr/include/linux/adb.h
-rw-r--r-- root       root              993 ./usr/include/linux/adfs_fs.h
-rw-r--r-- root       root             1544 ./usr/include/linux/affs_hardblocks.h
-rw-r--r-- root       root             3955 ./usr/include/linux/agpgart.h
-rw-r--r-- root       root             3398 ./usr/include/linux/aio_abi.h
-rw-r--r-- root       root             3681 ./usr/include/linux/am437x-vpfe.h
-rw-r--r-- root       root             1747 ./usr/include/linux/amt.h
drwxr-xr-x root       root             4096 ./usr/include/linux/android
-rw-r--r-- root       root              789 ./usr/include/linux/android/binderfs.h
-rw-r--r-- root       root            16471 ./usr/include/linux/android/binder.h
-rw-r--r-- root       root             3683 ./usr/include/linux/apm_bios.h
-rw-r--r-- root       root              213 ./usr/include/linux/arcfb.h
-rw-r--r-- root       root             2751 ./usr/include/linux/arm_sdei.h
-rw-r--r-- root       root             1780 ./usr/include/linux/aspeed-lpc-ctrl.h
-rw-r--r-- root       root             1906 ./usr/include/linux/aspeed-p2a-ctrl.h
-rw-r--r-- root       root              389 ./usr/include/linux/aspeed-video.h
-rw-r--r-- root       root             1023 ./usr/include/linux/atalk.h
-rw-r--r-- root       root              952 ./usr/include/linux/atmapi.h
-rw-r--r-- root       root             1296 ./usr/include/linux/atmarp.h
-rw-r--r-- root       root             3272 ./usr/include/linux/atmbr2684.h
-rw-r--r-- root       root              576 ./usr/include/linux/atmclip.h
-rw-r--r-- root       root             7498 ./usr/include/linux/atmdev.h
-rw-r--r-- root       root              648 ./usr/include/linux/atm_eni.h
-rw-r--r-- root       root             7888 ./usr/include/linux/atm.h
-rw-r--r-- root       root              406 ./usr/include/linux/atm_he.h
-rw-r--r-- root       root              955 ./usr/include/linux/atm_idt77105.h
-rw-r--r-- root       root             1647 ./usr/include/linux/atmioc.h
-rw-r--r-- root       root             2381 ./usr/include/linux/atmlec.h
-rw-r--r-- root       root             4226 ./usr/include/linux/atmmpc.h
-rw-r--r-- root       root             1278 ./usr/include/linux/atm_nicstar.h
-rw-r--r-- root       root              639 ./usr/include/linux/atmppp.h
-rw-r--r-- root       root             4970 ./usr/include/linux/atmsap.h
-rw-r--r-- root       root             1853 ./usr/include/linux/atmsvc.h
-rw-r--r-- root       root             1622 ./usr/include/linux/atm_tcp.h
-rw-r--r-- root       root             1540 ./usr/include/linux/atm_zatm.h
-rw-r--r-- root       root            21570 ./usr/include/linux/audit.h
-rw-r--r-- root       root             4986 ./usr/include/linux/auto_dev-ioctl.h
-rw-r--r-- root       root              451 ./usr/include/linux/auto_fs4.h
-rw-r--r-- root       root             6428 ./usr/include/linux/auto_fs.h
-rw-r--r-- root       root             1721 ./usr/include/linux/auxvec.h
-rw-r--r-- root       root             2824 ./usr/include/linux/ax25.h
-rw-r--r-- root       root            20449 ./usr/include/linux/batadv_packet.h
-rw-r--r-- root       root            16887 ./usr/include/linux/batman_adv.h
-rw-r--r-- root       root              883 ./usr/include/linux/baycom.h
-rw-r--r-- root       root              419 ./usr/include/linux/bcm933xx_hcs.h
-rw-r--r-- root       root             1905 ./usr/include/linux/bfs_fs.h
-rw-r--r-- root       root              776 ./usr/include/linux/binfmts.h
-rw-r--r-- root       root              904 ./usr/include/linux/blkpg.h
-rw-r--r-- root       root             4701 ./usr/include/linux/blktrace_api.h
-rw-r--r-- root       root             6467 ./usr/include/linux/blkzoned.h
-rw-r--r-- root       root             1367 ./usr/include/linux/bpf_common.h
-rw-r--r-- root       root           268717 ./usr/include/linux/bpf.h
-rw-r--r-- root       root              465 ./usr/include/linux/bpfilter.h
-rw-r--r-- root       root              529 ./usr/include/linux/bpf_perf_event.h
-rw-r--r-- root       root              981 ./usr/include/linux/bpqether.h
-rw-r--r-- root       root             2494 ./usr/include/linux/bsg.h
-rw-r--r-- root       root              572 ./usr/include/linux/bt-bmc.h
-rw-r--r-- root       root             5591 ./usr/include/linux/btf.h
-rw-r--r-- root       root            36804 ./usr/include/linux/btrfs.h
-rw-r--r-- root       root            33269 ./usr/include/linux/btrfs_tree.h
drwxr-xr-x root       root             4096 ./usr/include/linux/byteorder
-rw-r--r-- root       root             3568 ./usr/include/linux/byteorder/big_endian.h
-rw-r--r-- root       root             3637 ./usr/include/linux/byteorder/little_endian.h
-rw-r--r-- root       root             1650 ./usr/include/linux/cachefiles.h
drwxr-xr-x root       root             4096 ./usr/include/linux/caif
-rw-r--r-- root       root             5829 ./usr/include/linux/caif/caif_socket.h
-rw-r--r-- root       root             1041 ./usr/include/linux/caif/if_caif.h
drwxr-xr-x root       root             4096 ./usr/include/linux/can
-rw-r--r-- root       root             4115 ./usr/include/linux/can/bcm.h
-rw-r--r-- root       root             7087 ./usr/include/linux/can/error.h
-rw-r--r-- root       root             8026 ./usr/include/linux/can/gw.h
-rw-r--r-- root       root            11297 ./usr/include/linux/can.h
-rw-r--r-- root       root             7427 ./usr/include/linux/can/isotp.h
-rw-r--r-- root       root             2403 ./usr/include/linux/can/j1939.h
-rw-r--r-- root       root             5140 ./usr/include/linux/can/netlink.h
-rw-r--r-- root       root             2955 ./usr/include/linux/can/raw.h
-rw-r--r-- root       root              232 ./usr/include/linux/can/vxcan.h
-rw-r--r-- root       root            13492 ./usr/include/linux/capability.h
-rw-r--r-- root       root             3124 ./usr/include/linux/capi.h
-rw-r--r-- root       root             3281 ./usr/include/linux/cciss_defs.h
-rw-r--r-- root       root             2761 ./usr/include/linux/cciss_ioctl.h
-rw-r--r-- root       root              767 ./usr/include/linux/ccs.h
-rw-r--r-- root       root            29561 ./usr/include/linux/cdrom.h
-rw-r--r-- root       root            54419 ./usr/include/linux/cec-funcs.h
-rw-r--r-- root       root            42082 ./usr/include/linux/cec.h
-rw-r--r-- root       root             1456 ./usr/include/linux/cfm_bridge.h
-rw-r--r-- root       root             2219 ./usr/include/linux/cgroupstats.h
-rw-r--r-- root       root             5282 ./usr/include/linux/chio.h
drwxr-xr-x root       root             4096 ./usr/include/linux/cifs
-rw-r--r-- root       root             1183 ./usr/include/linux/cifs/cifs_mount.h
-rw-r--r-- root       root             1623 ./usr/include/linux/cifs/cifs_netlink.h
-rw-r--r-- root       root              377 ./usr/include/linux/close_range.h
-rw-r--r-- root       root             3456 ./usr/include/linux/cn_proc.h
-rw-r--r-- root       root            18216 ./usr/include/linux/coda.h
-rw-r--r-- root       root            12549 ./usr/include/linux/coff.h
-rw-r--r-- root       root            55481 ./usr/include/linux/comedi.h
-rw-r--r-- root       root             2252 ./usr/include/linux/connector.h
-rw-r--r-- root       root              991 ./usr/include/linux/const.h
-rw-r--r-- root       root              747 ./usr/include/linux/coresight-stm.h
-rw-r--r-- root       root             4620 ./usr/include/linux/counter.h
-rw-r--r-- root       root             3555 ./usr/include/linux/cramfs_fs.h
-rw-r--r-- root       root             5321 ./usr/include/linux/cryptouser.h
-rw-r--r-- root       root              905 ./usr/include/linux/cuda.h
-rw-r--r-- root       root             7921 ./usr/include/linux/cxl_mem.h
-rw-r--r-- root       root              969 ./usr/include/linux/cyclades.h
-rw-r--r-- root       root             2989 ./usr/include/linux/cycx_cfm.h
-rw-r--r-- root       root            25571 ./usr/include/linux/dcbnl.h
-rw-r--r-- root       root             6436 ./usr/include/linux/dccp.h
-rw-r--r-- root       root            22335 ./usr/include/linux/devlink.h
-rw-r--r-- root       root             5091 ./usr/include/linux/dlmconstants.h
-rw-r--r-- root       root             2541 ./usr/include/linux/dlm_device.h
-rw-r--r-- root       root             2581 ./usr/include/linux/dlm.h
-rw-r--r-- root       root              894 ./usr/include/linux/dlm_plock.h
-rw-r--r-- root       root             7322 ./usr/include/linux/dma-buf.h
-rw-r--r-- root       root             1394 ./usr/include/linux/dma-heap.h
-rw-r--r-- root       root            11598 ./usr/include/linux/dm-ioctl.h
-rw-r--r-- root       root            15190 ./usr/include/linux/dm-log-userspace.h
-rw-r--r-- root       root             3949 ./usr/include/linux/dns_resolver.h
-rw-r--r-- root       root             9388 ./usr/include/linux/dqblk_xfs.h
drwxr-xr-x root       root             4096 ./usr/include/linux/dvb
-rw-r--r-- root       root             2813 ./usr/include/linux/dvb/audio.h
-rw-r--r-- root       root             3510 ./usr/include/linux/dvb/ca.h
-rw-r--r-- root       root             9440 ./usr/include/linux/dvb/dmx.h
-rw-r--r-- root       root            30121 ./usr/include/linux/dvb/frontend.h
-rw-r--r-- root       root             1390 ./usr/include/linux/dvb/net.h
-rw-r--r-- root       root             5200 ./usr/include/linux/dvb/osd.h
-rw-r--r-- root       root              345 ./usr/include/linux/dvb/version.h
-rw-r--r-- root       root             6369 ./usr/include/linux/dvb/video.h
-rw-r--r-- root       root              357 ./usr/include/linux/dw100.h
-rw-r--r-- root       root             5604 ./usr/include/linux/edd.h
-rw-r--r-- root       root             2227 ./usr/include/linux/efs_fs_sb.h
-rw-r--r-- root       root             2627 ./usr/include/linux/elf-em.h
-rw-r--r-- root       root             1124 ./usr/include/linux/elf-fdpic.h
-rw-r--r-- root       root            15110 ./usr/include/linux/elf.h
-rw-r--r-- root       root               23 ./usr/include/linux/errno.h
-rw-r--r-- root       root             1983 ./usr/include/linux/errqueue.h
-rw-r--r-- root       root             1059 ./usr/include/linux/erspan.h
-rw-r--r-- root       root            88216 ./usr/include/linux/ethtool.h
-rw-r--r-- root       root            26980 ./usr/include/linux/ethtool_netlink.h
-rw-r--r-- root       root             2586 ./usr/include/linux/eventpoll.h
-rw-r--r-- root       root             4122 ./usr/include/linux/ext4.h
-rw-r--r-- root       root             3363 ./usr/include/linux/f2fs.h
-rw-r--r-- root       root              842 ./usr/include/linux/fadvise.h
-rw-r--r-- root       root             3584 ./usr/include/linux/falloc.h
-rw-r--r-- root       root             8298 ./usr/include/linux/fanotify.h
-rw-r--r-- root       root            16476 ./usr/include/linux/fb.h
-rw-r--r-- root       root             4319 ./usr/include/linux/fcntl.h
-rw-r--r-- root       root            12117 ./usr/include/linux/fd.h
-rw-r--r-- root       root             5364 ./usr/include/linux/fdreg.h
-rw-r--r-- root       root             2036 ./usr/include/linux/fib_rules.h
-rw-r--r-- root       root             2774 ./usr/include/linux/fiemap.h
-rw-r--r-- root       root             2216 ./usr/include/linux/filter.h
-rw-r--r-- root       root            44234 ./usr/include/linux/firewire-cdev.h
-rw-r--r-- root       root             3231 ./usr/include/linux/firewire-constants.h
-rw-r--r-- root       root              819 ./usr/include/linux/fou.h
-rw-r--r-- root       root             8728 ./usr/include/linux/fpga-dfl.h
-rw-r--r-- root       root             6565 ./usr/include/linux/fscrypt.h
-rw-r--r-- root       root            12297 ./usr/include/linux/fs.h
-rw-r--r-- root       root             2686 ./usr/include/linux/fsi.h
-rw-r--r-- root       root             7301 ./usr/include/linux/fsl_hypervisor.h
-rw-r--r-- root       root              734 ./usr/include/linux/fsl_mc.h
-rw-r--r-- root       root             4402 ./usr/include/linux/fsmap.h
-rw-r--r-- root       root             3185 ./usr/include/linux/fsverity.h
-rw-r--r-- root       root            26253 ./usr/include/linux/fuse.h
-rw-r--r-- root       root             5633 ./usr/include/linux/futex.h
-rw-r--r-- root       root              897 ./usr/include/linux/gameport.h
-rw-r--r-- root       root             2238 ./usr/include/linux/genetlink.h
-rw-r--r-- root       root             1526 ./usr/include/linux/gen_stats.h
drwxr-xr-x root       root             4096 ./usr/include/linux/genwqe
-rw-r--r-- root       root            17802 ./usr/include/linux/genwqe/genwqe_card.h
-rw-r--r-- root       root            14773 ./usr/include/linux/gfs2_ondisk.h
-rw-r--r-- root       root            19922 ./usr/include/linux/gpio.h
-rw-r--r-- root       root             2125 ./usr/include/linux/gsmmux.h
-rw-r--r-- root       root              734 ./usr/include/linux/gtp.h
-rw-r--r-- root       root             1646 ./usr/include/linux/handshake.h
-rw-r--r-- root       root              971 ./usr/include/linux/hash_info.h
drwxr-xr-x root       root             4096 ./usr/include/linux/hdlc
-rw-r--r-- root       root             2908 ./usr/include/linux/hdlcdrv.h
-rw-r--r-- root       root              637 ./usr/include/linux/hdlc.h
-rw-r--r-- root       root             2979 ./usr/include/linux/hdlc/ioctl.h
-rw-r--r-- root       root            22703 ./usr/include/linux/hdreg.h
-rw-r--r-- root       root             6345 ./usr/include/linux/hiddev.h
-rw-r--r-- root       root             2086 ./usr/include/linux/hid.h
-rw-r--r-- root       root             1993 ./usr/include/linux/hidraw.h
-rw-r--r-- root       root              743 ./usr/include/linux/hpet.h
drwxr-xr-x root       root             4096 ./usr/include/linux/hsi
-rw-r--r-- root       root             3003 ./usr/include/linux/hsi/cs-protocol.h
-rw-r--r-- root       root             1243 ./usr/include/linux/hsi/hsi_char.h
-rw-r--r-- root       root             1101 ./usr/include/linux/hsr_netlink.h
-rw-r--r-- root       root              605 ./usr/include/linux/hw_breakpoint.h
-rw-r--r-- root       root            11152 ./usr/include/linux/hyperv.h
-rw-r--r-- root       root             1875 ./usr/include/linux/i2c-dev.h
-rw-r--r-- root       root             6890 ./usr/include/linux/i2c.h
-rw-r--r-- root       root            11555 ./usr/include/linux/i2o-dev.h
-rw-r--r-- root       root             1528 ./usr/include/linux/i8k.h
-rw-r--r-- root       root             4785 ./usr/include/linux/icmp.h
-rw-r--r-- root       root             4269 ./usr/include/linux/icmpv6.h
-rw-r--r-- root       root             9288 ./usr/include/linux/idxd.h
-rw-r--r-- root       root             2143 ./usr/include/linux/if_addr.h
-rw-r--r-- root       root              721 ./usr/include/linux/if_addrlabel.h
-rw-r--r-- root       root             1601 ./usr/include/linux/if_alg.h
-rw-r--r-- root       root             3714 ./usr/include/linux/if_arcnet.h
-rw-r--r-- root       root             6589 ./usr/include/linux/if_arp.h
-rw-r--r-- root       root             5145 ./usr/include/linux/if_bonding.h
-rw-r--r-- root       root            20273 ./usr/include/linux/if_bridge.h
-rw-r--r-- root       root              986 ./usr/include/linux/if_cablemodem.h
-rw-r--r-- root       root              351 ./usr/include/linux/ife.h
-rw-r--r-- root       root             1349 ./usr/include/linux/if_eql.h
-rw-r--r-- root       root             8766 ./usr/include/linux/if_ether.h
-rw-r--r-- root       root             1738 ./usr/include/linux/if_fc.h
-rw-r--r-- root       root             4369 ./usr/include/linux/if_fddi.h
-rw-r--r-- root       root            10925 ./usr/include/linux/if.h
-rw-r--r-- root       root             4235 ./usr/include/linux/if_hippi.h
-rw-r--r-- root       root             1245 ./usr/include/linux/if_infiniband.h
-rw-r--r-- root       root            34676 ./usr/include/linux/if_link.h
-rw-r--r-- root       root              210 ./usr/include/linux/if_ltalk.h
-rw-r--r-- root       root             6503 ./usr/include/linux/if_macsec.h
-rw-r--r-- root       root             8268 ./usr/include/linux/if_packet.h
-rw-r--r-- root       root              424 ./usr/include/linux/if_phonet.h
-rw-r--r-- root       root              660 ./usr/include/linux/if_plip.h
-rw-r--r-- root       root               29 ./usr/include/linux/if_ppp.h
-rw-r--r-- root       root             3303 ./usr/include/linux/if_pppol2tp.h
-rw-r--r-- root       root             4877 ./usr/include/linux/if_pppox.h
-rw-r--r-- root       root              872 ./usr/include/linux/if_slip.h
-rw-r--r-- root       root             2600 ./usr/include/linux/if_team.h
-rw-r--r-- root       root             4315 ./usr/include/linux/if_tun.h
-rw-r--r-- root       root             4579 ./usr/include/linux/if_tunnel.h
-rw-r--r-- root       root             1831 ./usr/include/linux/if_vlan.h
-rw-r--r-- root       root              881 ./usr/include/linux/if_x25.h
-rw-r--r-- root       root             3011 ./usr/include/linux/if_xdp.h
-rw-r--r-- root       root             3061 ./usr/include/linux/igmp.h
drwxr-xr-x root       root             4096 ./usr/include/linux/iio
-rw-r--r-- root       root              270 ./usr/include/linux/iio/buffer.h
-rw-r--r-- root       root             1390 ./usr/include/linux/iio/events.h
-rw-r--r-- root       root             2325 ./usr/include/linux/iio/types.h
-rw-r--r-- root       root             1246 ./usr/include/linux/ila.h
-rw-r--r-- root       root             7604 ./usr/include/linux/in6.h
-rw-r--r-- root       root             5016 ./usr/include/linux/inet_diag.h
-rw-r--r-- root       root            10864 ./usr/include/linux/in.h
-rw-r--r-- root       root             3291 ./usr/include/linux/inotify.h
-rw-r--r-- root       root            29933 ./usr/include/linux/input-event-codes.h
-rw-r--r-- root       root            16217 ./usr/include/linux/input.h
-rw-r--r-- root       root              936 ./usr/include/linux/in_route.h
-rw-r--r-- root       root              945 ./usr/include/linux/ioam6_genl.h
-rw-r--r-- root       root             2383 ./usr/include/linux/ioam6.h
-rw-r--r-- root       root             1286 ./usr/include/linux/ioam6_iptunnel.h
-rw-r--r-- root       root              163 ./usr/include/linux/ioctl.h
-rw-r--r-- root       root            12278 ./usr/include/linux/iommufd.h
-rw-r--r-- root       root             4904 ./usr/include/linux/iommu.h
-rw-r--r-- root       root             1456 ./usr/include/linux/ioprio.h
-rw-r--r-- root       root            18057 ./usr/include/linux/io_uring.h
-rw-r--r-- root       root             1953 ./usr/include/linux/ip6_tunnel.h
-rw-r--r-- root       root             2101 ./usr/include/linux/ipc.h
-rw-r--r-- root       root             4846 ./usr/include/linux/ip.h
-rw-r--r-- root       root              488 ./usr/include/linux/ipmi_bmc.h
-rw-r--r-- root       root            15442 ./usr/include/linux/ipmi.h
-rw-r--r-- root       root             3430 ./usr/include/linux/ipmi_msgdefs.h
-rw-r--r-- root       root              441 ./usr/include/linux/ipmi_ssif_bmc.h
-rw-r--r-- root       root              947 ./usr/include/linux/ipsec.h
-rw-r--r-- root       root             4297 ./usr/include/linux/ipv6.h
-rw-r--r-- root       root             1908 ./usr/include/linux/ipv6_route.h
-rw-r--r-- root       root            14133 ./usr/include/linux/ip_vs.h
-rw-r--r-- root       root              104 ./usr/include/linux/irqnr.h
drwxr-xr-x root       root             4096 ./usr/include/linux/isdn
-rw-r--r-- root       root             4783 ./usr/include/linux/isdn/capicmd.h
-rw-r--r-- root       root             6483 ./usr/include/linux/iso_fs.h
-rw-r--r-- root       root            15281 ./usr/include/linux/isst_if.h
-rw-r--r-- root       root             1207 ./usr/include/linux/ivtvfb.h
-rw-r--r-- root       root             3022 ./usr/include/linux/ivtv.h
-rw-r--r-- root       root             6811 ./usr/include/linux/jffs2.h
-rw-r--r-- root       root             3434 ./usr/include/linux/joystick.h
-rw-r--r-- root       root              822 ./usr/include/linux/kcm.h
-rw-r--r-- root       root              522 ./usr/include/linux/kcmp.h
-rw-r--r-- root       root             1962 ./usr/include/linux/kcov.h
-rw-r--r-- root       root              383 ./usr/include/linux/kdev_t.h
-rw-r--r-- root       root             6452 ./usr/include/linux/kd.h
-rw-r--r-- root       root             1019 ./usr/include/linux/kernelcapi.h
-rw-r--r-- root       root              194 ./usr/include/linux/kernel.h
-rw-r--r-- root       root              900 ./usr/include/linux/kernel-page-flags.h
-rw-r--r-- root       root             1971 ./usr/include/linux/kexec.h
-rw-r--r-- root       root            13459 ./usr/include/linux/keyboard.h
-rw-r--r-- root       root             5996 ./usr/include/linux/keyctl.h
-rw-r--r-- root       root            29077 ./usr/include/linux/kfd_ioctl.h
-rw-r--r-- root       root             4350 ./usr/include/linux/kfd_sysfs.h
-rw-r--r-- root       root            65238 ./usr/include/linux/kvm.h
-rw-r--r-- root       root             1001 ./usr/include/linux/kvm_para.h
-rw-r--r-- root       root             5746 ./usr/include/linux/l2tp.h
-rw-r--r-- root       root             7613 ./usr/include/linux/landlock.h
-rw-r--r-- root       root             8289 ./usr/include/linux/libc-compat.h
-rw-r--r-- root       root              937 ./usr/include/linux/limits.h
-rw-r--r-- root       root             8327 ./usr/include/linux/lirc.h
-rw-r--r-- root       root             3164 ./usr/include/linux/llc.h
-rw-r--r-- root       root              834 ./usr/include/linux/loadpin.h
-rw-r--r-- root       root             3396 ./usr/include/linux/loop.h
-rw-r--r-- root       root             4190 ./usr/include/linux/lp.h
-rw-r--r-- root       root             2367 ./usr/include/linux/lwtunnel.h
-rw-r--r-- root       root             3860 ./usr/include/linux/magic.h
-rw-r--r-- root       root             4657 ./usr/include/linux/major.h
-rw-r--r-- root       root             9505 ./usr/include/linux/map_to_14segment.h
-rw-r--r-- root       root             6608 ./usr/include/linux/map_to_7segment.h
-rw-r--r-- root       root             1464 ./usr/include/linux/matroxfb.h
-rw-r--r-- root       root             1035 ./usr/include/linux/max2175.h
-rw-r--r-- root       root             1488 ./usr/include/linux/mctp.h
-rw-r--r-- root       root            22322 ./usr/include/linux/mdio.h
-rw-r--r-- root       root             7279 ./usr/include/linux/media-bus-format.h
-rw-r--r-- root       root            12734 ./usr/include/linux/media.h
-rw-r--r-- root       root             3479 ./usr/include/linux/mei.h
-rw-r--r-- root       root              738 ./usr/include/linux/mei_uuid.h
-rw-r--r-- root       root             9566 ./usr/include/linux/membarrier.h
-rw-r--r-- root       root             1467 ./usr/include/linux/memfd.h
-rw-r--r-- root       root             2568 ./usr/include/linux/mempolicy.h
-rw-r--r-- root       root             9496 ./usr/include/linux/mii.h
-rw-r--r-- root       root             2120 ./usr/include/linux/minix_fs.h
drwxr-xr-x root       root             4096 ./usr/include/linux/misc
-rw-r--r-- root       root             3007 ./usr/include/linux/misc/bcm_vk.h
-rw-r--r-- root       root             1584 ./usr/include/linux/mman.h
drwxr-xr-x root       root             4096 ./usr/include/linux/mmc
-rw-r--r-- root       root             2355 ./usr/include/linux/mmc/ioctl.h
-rw-r--r-- root       root             2117 ./usr/include/linux/mmtimer.h
-rw-r--r-- root       root              293 ./usr/include/linux/module.h
-rw-r--r-- root       root             5092 ./usr/include/linux/mount.h
-rw-r--r-- root       root             2302 ./usr/include/linux/mpls.h
-rw-r--r-- root       root              761 ./usr/include/linux/mpls_iptunnel.h
-rw-r--r-- root       root             7318 ./usr/include/linux/mptcp.h
-rw-r--r-- root       root             2201 ./usr/include/linux/mqueue.h
-rw-r--r-- root       root             5005 ./usr/include/linux/mroute6.h
-rw-r--r-- root       root             5922 ./usr/include/linux/mroute.h
-rw-r--r-- root       root             1708 ./usr/include/linux/mrp_bridge.h
-rw-r--r-- root       root             6731 ./usr/include/linux/msdos_fs.h
-rw-r--r-- root       root             3386 ./usr/include/linux/msg.h
-rw-r--r-- root       root             8175 ./usr/include/linux/mtio.h
-rw-r--r-- root       root             3616 ./usr/include/linux/nbd.h
-rw-r--r-- root       root             2408 ./usr/include/linux/nbd-netlink.h
-rw-r--r-- root       root             4828 ./usr/include/linux/ncsi.h
-rw-r--r-- root       root             6824 ./usr/include/linux/ndctl.h
-rw-r--r-- root       root             6102 ./usr/include/linux/neighbour.h
-rw-r--r-- root       root              614 ./usr/include/linux/netconf.h
-rw-r--r-- root       root             1757 ./usr/include/linux/netdev.h
-rw-r--r-- root       root             2253 ./usr/include/linux/netdevice.h
-rw-r--r-- root       root             2920 ./usr/include/linux/net_dropmon.h
drwxr-xr-x root       root             4096 ./usr/include/linux/netfilter
drwxr-xr-x root       root             4096 ./usr/include/linux/netfilter_arp
-rw-r--r-- root       root             6024 ./usr/include/linux/netfilter_arp/arp_tables.h
-rw-r--r-- root       root              606 ./usr/include/linux/netfilter_arp/arpt_mangle.h
-rw-r--r-- root       root              445 ./usr/include/linux/netfilter_arp.h
drwxr-xr-x root       root             4096 ./usr/include/linux/netfilter_bridge
-rw-r--r-- root       root             1274 ./usr/include/linux/netfilter_bridge/ebt_802_3.h
-rw-r--r-- root       root             9337 ./usr/include/linux/netfilter_bridge/ebtables.h
-rw-r--r-- root       root             2042 ./usr/include/linux/netfilter_bridge/ebt_among.h
-rw-r--r-- root       root              900 ./usr/include/linux/netfilter_bridge/ebt_arp.h
-rw-r--r-- root       root              289 ./usr/include/linux/netfilter_bridge/ebt_arpreply.h
-rw-r--r-- root       root             1056 ./usr/include/linux/netfilter_bridge/ebt_ip6.h
-rw-r--r-- root       root             1094 ./usr/include/linux/netfilter_bridge/ebt_ip.h
-rw-r--r-- root       root              616 ./usr/include/linux/netfilter_bridge/ebt_limit.h
-rw-r--r-- root       root              538 ./usr/include/linux/netfilter_bridge/ebt_log.h
-rw-r--r-- root       root              388 ./usr/include/linux/netfilter_bridge/ebt_mark_m.h
-rw-r--r-- root       root              831 ./usr/include/linux/netfilter_bridge/ebt_mark_t.h
-rw-r--r-- root       root              387 ./usr/include/linux/netfilter_bridge/ebt_nat.h
-rw-r--r-- root       root              510 ./usr/include/linux/netfilter_bridge/ebt_nflog.h
-rw-r--r-- root       root              267 ./usr/include/linux/netfilter_bridge/ebt_pkttype.h
-rw-r--r-- root       root              286 ./usr/include/linux/netfilter_bridge/ebt_redirect.h
-rw-r--r-- root       root             1110 ./usr/include/linux/netfilter_bridge/ebt_stp.h
-rw-r--r-- root       root              719 ./usr/include/linux/netfilter_bridge/ebt_vlan.h
-rw-r--r-- root       root             1168 ./usr/include/linux/netfilter_bridge.h
-rw-r--r-- root       root             1731 ./usr/include/linux/netfilter.h
drwxr-xr-x root       root             4096 ./usr/include/linux/netfilter/ipset
-rw-r--r-- root       root              428 ./usr/include/linux/netfilter/ipset/ip_set_bitmap.h
-rw-r--r-- root       root             9271 ./usr/include/linux/netfilter/ipset/ip_set.h
-rw-r--r-- root       root              578 ./usr/include/linux/netfilter/ipset/ip_set_hash.h
-rw-r--r-- root       root              609 ./usr/include/linux/netfilter/ipset/ip_set_list.h
drwxr-xr-x root       root             4096 ./usr/include/linux/netfilter_ipv4
-rw-r--r-- root       root             1488 ./usr/include/linux/netfilter_ipv4.h
-rw-r--r-- root       root             6672 ./usr/include/linux/netfilter_ipv4/ip_tables.h
-rw-r--r-- root       root              425 ./usr/include/linux/netfilter_ipv4/ipt_ah.h
-rw-r--r-- root       root              821 ./usr/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h
-rw-r--r-- root       root              431 ./usr/include/linux/netfilter_ipv4/ipt_ecn.h
-rw-r--r-- root       root              901 ./usr/include/linux/netfilter_ipv4/ipt_ECN.h
-rw-r--r-- root       root              654 ./usr/include/linux/netfilter_ipv4/ipt_LOG.h
-rw-r--r-- root       root              468 ./usr/include/linux/netfilter_ipv4/ipt_REJECT.h
-rw-r--r-- root       root              431 ./usr/include/linux/netfilter_ipv4/ipt_ttl.h
-rw-r--r-- root       root              375 ./usr/include/linux/netfilter_ipv4/ipt_TTL.h
drwxr-xr-x root       root             4096 ./usr/include/linux/netfilter_ipv6
-rw-r--r-- root       root             1383 ./usr/include/linux/netfilter_ipv6.h
-rw-r--r-- root       root             8037 ./usr/include/linux/netfilter_ipv6/ip6_tables.h
-rw-r--r-- root       root              657 ./usr/include/linux/netfilter_ipv6/ip6t_ah.h
-rw-r--r-- root       root              744 ./usr/include/linux/netfilter_ipv6/ip6t_frag.h
-rw-r--r-- root       root              458 ./usr/include/linux/netfilter_ipv6/ip6t_hl.h
-rw-r--r-- root       root              408 ./usr/include/linux/netfilter_ipv6/ip6t_HL.h
-rw-r--r-- root       root              645 ./usr/include/linux/netfilter_ipv6/ip6t_ipv6header.h
-rw-r--r-- root       root              665 ./usr/include/linux/netfilter_ipv6/ip6t_LOG.h
-rw-r--r-- root       root              439 ./usr/include/linux/netfilter_ipv6/ip6t_mh.h
-rw-r--r-- root       root              400 ./usr/include/linux/netfilter_ipv6/ip6t_NPT.h
-rw-r--r-- root       root              649 ./usr/include/linux/netfilter_ipv6/ip6t_opts.h
-rw-r--r-- root       root              470 ./usr/include/linux/netfilter_ipv6/ip6t_REJECT.h
-rw-r--r-- root       root              985 ./usr/include/linux/netfilter_ipv6/ip6t_rt.h
-rw-r--r-- root       root             3305 ./usr/include/linux/netfilter_ipv6/ip6t_srh.h
-rw-r--r-- root       root             4588 ./usr/include/linux/netfilter/nf_conntrack_common.h
-rw-r--r-- root       root              438 ./usr/include/linux/netfilter/nf_conntrack_ftp.h
-rw-r--r-- root       root              597 ./usr/include/linux/netfilter/nf_conntrack_sctp.h
-rw-r--r-- root       root             1415 ./usr/include/linux/netfilter/nf_conntrack_tcp.h
-rw-r--r-- root       root              896 ./usr/include/linux/netfilter/nf_conntrack_tuple_common.h
-rw-r--r-- root       root              538 ./usr/include/linux/netfilter/nf_log.h
-rw-r--r-- root       root             1587 ./usr/include/linux/netfilter/nf_nat.h
-rw-r--r-- root       root              900 ./usr/include/linux/netfilter/nfnetlink_acct.h
-rw-r--r-- root       root             2444 ./usr/include/linux/netfilter/nfnetlink_compat.h
-rw-r--r-- root       root             6186 ./usr/include/linux/netfilter/nfnetlink_conntrack.h
-rw-r--r-- root       root             1206 ./usr/include/linux/netfilter/nfnetlink_cthelper.h
-rw-r--r-- root       root             2951 ./usr/include/linux/netfilter/nfnetlink_cttimeout.h
-rw-r--r-- root       root             2457 ./usr/include/linux/netfilter/nfnetlink.h
-rw-r--r-- root       root             2170 ./usr/include/linux/netfilter/nfnetlink_hook.h
-rw-r--r-- root       root             3105 ./usr/include/linux/netfilter/nfnetlink_log.h
-rw-r--r-- root       root             2665 ./usr/include/linux/netfilter/nfnetlink_osf.h
-rw-r--r-- root       root             3585 ./usr/include/linux/netfilter/nfnetlink_queue.h
-rw-r--r-- root       root              576 ./usr/include/linux/netfilter/nf_synproxy.h
-rw-r--r-- root       root              731 ./usr/include/linux/netfilter/nf_tables_compat.h
-rw-r--r-- root       root            57854 ./usr/include/linux/netfilter/nf_tables.h
-rw-r--r-- root       root             4464 ./usr/include/linux/netfilter/x_tables.h
-rw-r--r-- root       root             1084 ./usr/include/linux/netfilter/xt_addrtype.h
-rw-r--r-- root       root              528 ./usr/include/linux/netfilter/xt_AUDIT.h
-rw-r--r-- root       root              935 ./usr/include/linux/netfilter/xt_bpf.h
-rw-r--r-- root       root              740 ./usr/include/linux/netfilter/xt_cgroup.h
-rw-r--r-- root       root              563 ./usr/include/linux/netfilter/xt_CHECKSUM.h
-rw-r--r-- root       root              217 ./usr/include/linux/netfilter/xt_CLASSIFY.h
-rw-r--r-- root       root              374 ./usr/include/linux/netfilter/xt_cluster.h
-rw-r--r-- root       root              230 ./usr/include/linux/netfilter/xt_comment.h
-rw-r--r-- root       root              577 ./usr/include/linux/netfilter/xt_connbytes.h
-rw-r--r-- root       root              360 ./usr/include/linux/netfilter/xt_connlabel.h
-rw-r--r-- root       root              575 ./usr/include/linux/netfilter/xt_connlimit.h
-rw-r--r-- root       root              646 ./usr/include/linux/netfilter/xt_connmark.h
-rw-r--r-- root       root              199 ./usr/include/linux/netfilter/xt_CONNMARK.h
-rw-r--r-- root       root              301 ./usr/include/linux/netfilter/xt_CONNSECMARK.h
-rw-r--r-- root       root             2557 ./usr/include/linux/netfilter/xt_conntrack.h
-rw-r--r-- root       root              199 ./usr/include/linux/netfilter/xt_cpu.h
-rw-r--r-- root       root              853 ./usr/include/linux/netfilter/xt_CT.h
-rw-r--r-- root       root              483 ./usr/include/linux/netfilter/xt_dccp.h
-rw-r--r-- root       root              429 ./usr/include/linux/netfilter/xt_devgroup.h
-rw-r--r-- root       root              701 ./usr/include/linux/netfilter/xt_dscp.h
-rw-r--r-- root       root              697 ./usr/include/linux/netfilter/xt_DSCP.h
-rw-r--r-- root       root              736 ./usr/include/linux/netfilter/xt_ecn.h
-rw-r--r-- root       root              418 ./usr/include/linux/netfilter/xt_esp.h
-rw-r--r-- root       root             3256 ./usr/include/linux/netfilter/xt_hashlimit.h
-rw-r--r-- root       root              188 ./usr/include/linux/netfilter/xt_helper.h
-rw-r--r-- root       root              933 ./usr/include/linux/netfilter/xt_HMARK.h
-rw-r--r-- root       root             1001 ./usr/include/linux/netfilter/xt_IDLETIMER.h
-rw-r--r-- root       root              485 ./usr/include/linux/netfilter/xt_ipcomp.h
-rw-r--r-- root       root              581 ./usr/include/linux/netfilter/xt_iprange.h
-rw-r--r-- root       root              680 ./usr/include/linux/netfilter/xt_ipvs.h
-rw-r--r-- root       root              739 ./usr/include/linux/netfilter/xt_l2tp.h
-rw-r--r-- root       root              470 ./usr/include/linux/netfilter/xt_LED.h
-rw-r--r-- root       root              221 ./usr/include/linux/netfilter/xt_length.h
-rw-r--r-- root       root              673 ./usr/include/linux/netfilter/xt_limit.h
-rw-r--r-- root       root              642 ./usr/include/linux/netfilter/xt_LOG.h
-rw-r--r-- root       root              227 ./usr/include/linux/netfilter/xt_mac.h
-rw-r--r-- root       root              260 ./usr/include/linux/netfilter/xt_mark.h
-rw-r--r-- root       root              184 ./usr/include/linux/netfilter/xt_MARK.h
-rw-r--r-- root       root              721 ./usr/include/linux/netfilter/xt_multiport.h
-rw-r--r-- root       root              421 ./usr/include/linux/netfilter/xt_nfacct.h
-rw-r--r-- root       root              556 ./usr/include/linux/netfilter/xt_NFLOG.h
-rw-r--r-- root       root              779 ./usr/include/linux/netfilter/xt_NFQUEUE.h
-rw-r--r-- root       root             1052 ./usr/include/linux/netfilter/xt_osf.h
-rw-r--r-- root       root              535 ./usr/include/linux/netfilter/xt_owner.h
-rw-r--r-- root       root              553 ./usr/include/linux/netfilter/xt_physdev.h
-rw-r--r-- root       root              188 ./usr/include/linux/netfilter/xt_pkttype.h
-rw-r--r-- root       root             1051 ./usr/include/linux/netfilter/xt_policy.h
-rw-r--r-- root       root              400 ./usr/include/linux/netfilter/xt_quota.h
-rw-r--r-- root       root              859 ./usr/include/linux/netfilter/xt_rateest.h
-rw-r--r-- root       root              390 ./usr/include/linux/netfilter/xt_RATEEST.h
-rw-r--r-- root       root              220 ./usr/include/linux/netfilter/xt_realm.h
-rw-r--r-- root       root             1058 ./usr/include/linux/netfilter/xt_recent.h
-rw-r--r-- root       root              320 ./usr/include/linux/netfilter/xt_rpfilter.h
-rw-r--r-- root       root             2329 ./usr/include/linux/netfilter/xt_sctp.h
-rw-r--r-- root       root              648 ./usr/include/linux/netfilter/xt_SECMARK.h
-rw-r--r-- root       root             1827 ./usr/include/linux/netfilter/xt_set.h
-rw-r--r-- root       root              640 ./usr/include/linux/netfilter/xt_socket.h
-rw-r--r-- root       root              331 ./usr/include/linux/netfilter/xt_state.h
-rw-r--r-- root       root              716 ./usr/include/linux/netfilter/xt_statistic.h
-rw-r--r-- root       root              664 ./usr/include/linux/netfilter/xt_string.h
-rw-r--r-- root       root              498 ./usr/include/linux/netfilter/xt_SYNPROXY.h
-rw-r--r-- root       root              253 ./usr/include/linux/netfilter/xt_tcpmss.h
-rw-r--r-- root       root              235 ./usr/include/linux/netfilter/xt_TCPMSS.h
-rw-r--r-- root       root              407 ./usr/include/linux/netfilter/xt_TCPOPTSTRIP.h
-rw-r--r-- root       root             1250 ./usr/include/linux/netfilter/xt_tcpudp.h
-rw-r--r-- root       root              333 ./usr/include/linux/netfilter/xt_TEE.h
-rw-r--r-- root       root              730 ./usr/include/linux/netfilter/xt_time.h
-rw-r--r-- root       root              575 ./usr/include/linux/netfilter/xt_TPROXY.h
-rw-r--r-- root       root              752 ./usr/include/linux/netfilter/xt_u32.h
-rw-r--r-- root       root             2085 ./usr/include/linux/net.h
-rw-r--r-- root       root             1524 ./usr/include/linux/netlink_diag.h
-rw-r--r-- root       root            12205 ./usr/include/linux/netlink.h
-rw-r--r-- root       root              715 ./usr/include/linux/net_namespace.h
-rw-r--r-- root       root              807 ./usr/include/linux/netrom.h
-rw-r--r-- root       root             6115 ./usr/include/linux/net_tstamp.h
-rw-r--r-- root       root             2825 ./usr/include/linux/nexthop.h
-rw-r--r-- root       root            11236 ./usr/include/linux/nfc.h
-rw-r--r-- root       root             1468 ./usr/include/linux/nfs2.h
-rw-r--r-- root       root             2453 ./usr/include/linux/nfs3.h
-rw-r--r-- root       root             6541 ./usr/include/linux/nfs4.h
-rw-r--r-- root       root             1932 ./usr/include/linux/nfs4_mount.h
-rw-r--r-- root       root              718 ./usr/include/linux/nfsacl.h
drwxr-xr-x root       root             4096 ./usr/include/linux/nfsd
-rw-r--r-- root       root             3122 ./usr/include/linux/nfsd/cld.h
-rw-r--r-- root       root              736 ./usr/include/linux/nfsd/debug.h
-rw-r--r-- root       root             2442 ./usr/include/linux/nfsd/export.h
-rw-r--r-- root       root              421 ./usr/include/linux/nfsd/stats.h
-rw-r--r-- root       root             1654 ./usr/include/linux/nfs_fs.h
-rw-r--r-- root       root             4500 ./usr/include/linux/nfs.h
-rw-r--r-- root       root             2243 ./usr/include/linux/nfs_idmap.h
-rw-r--r-- root       root             2142 ./usr/include/linux/nfs_mount.h
-rw-r--r-- root       root             7589 ./usr/include/linux/nilfs2_api.h
-rw-r--r-- root       root            18085 ./usr/include/linux/nilfs2_ondisk.h
-rw-r--r-- root       root            13161 ./usr/include/linux/nitro_enclaves.h
-rw-r--r-- root       root           335822 ./usr/include/linux/nl80211.h
-rw-r--r-- root       root             4602 ./usr/include/linux/nl80211-vnd-intel.h
-rw-r--r-- root       root              639 ./usr/include/linux/nsfs.h
-rw-r--r-- root       root             8191 ./usr/include/linux/nubus.h
-rw-r--r-- root       root             2490 ./usr/include/linux/nvme_ioctl.h
-rw-r--r-- root       root              532 ./usr/include/linux/nvram.h
-rw-r--r-- root       root            20944 ./usr/include/linux/omap3isp.h
-rw-r--r-- root       root             5918 ./usr/include/linux/omapfb.h
-rw-r--r-- root       root              511 ./usr/include/linux/oom.h
-rw-r--r-- root       root             1450 ./usr/include/linux/openat2.h
-rw-r--r-- root       root            40888 ./usr/include/linux/openvswitch.h
-rw-r--r-- root       root             1672 ./usr/include/linux/packet_diag.h
-rw-r--r-- root       root              141 ./usr/include/linux/param.h
-rw-r--r-- root       root             3841 ./usr/include/linux/parport.h
-rw-r--r-- root       root              892 ./usr/include/linux/patchkey.h
-rw-r--r-- root       root             1380 ./usr/include/linux/pci.h
-rw-r--r-- root       root            60701 ./usr/include/linux/pci_regs.h
-rw-r--r-- root       root              878 ./usr/include/linux/pcitest.h
-rw-r--r-- root       root            42731 ./usr/include/linux/perf_event.h
-rw-r--r-- root       root             2097 ./usr/include/linux/personality.h
-rw-r--r-- root       root            10636 ./usr/include/linux/pfkeyv2.h
-rw-r--r-- root       root             7987 ./usr/include/linux/pfrut.h
-rw-r--r-- root       root             2394 ./usr/include/linux/pg.h
-rw-r--r-- root       root             1654 ./usr/include/linux/phantom.h
-rw-r--r-- root       root             4677 ./usr/include/linux/phonet.h
-rw-r--r-- root       root              256 ./usr/include/linux/pidfd.h
-rw-r--r-- root       root             2392 ./usr/include/linux/pktcdvd.h
-rw-r--r-- root       root            18860 ./usr/include/linux/pkt_cls.h
-rw-r--r-- root       root            30812 ./usr/include/linux/pkt_sched.h
-rw-r--r-- root       root             5444 ./usr/include/linux/pmu.h
-rw-r--r-- root       root               22 ./usr/include/linux/poll.h
-rw-r--r-- root       root             1254 ./usr/include/linux/posix_acl.h
-rw-r--r-- root       root             1115 ./usr/include/linux/posix_acl_xattr.h
-rw-r--r-- root       root             1098 ./usr/include/linux/posix_types.h
-rw-r--r-- root       root             3285 ./usr/include/linux/ppdev.h
-rw-r--r-- root       root             2527 ./usr/include/linux/ppp-comp.h
-rw-r--r-- root       root             5557 ./usr/include/linux/ppp_defs.h
-rw-r--r-- root       root             5729 ./usr/include/linux/ppp-ioctl.h
-rw-r--r-- root       root             4734 ./usr/include/linux/pps.h
-rw-r--r-- root       root            10246 ./usr/include/linux/prctl.h
-rw-r--r-- root       root             1630 ./usr/include/linux/pr.h
-rw-r--r-- root       root             2271 ./usr/include/linux/psample.h
-rw-r--r-- root       root             5141 ./usr/include/linux/psci.h
-rw-r--r-- root       root             4464 ./usr/include/linux/psp-sev.h
-rw-r--r-- root       root             7456 ./usr/include/linux/ptp_clock.h
-rw-r--r-- root       root             5501 ./usr/include/linux/ptrace.h
-rw-r--r-- root       root             2469 ./usr/include/linux/qemu_fw_cfg.h
-rw-r--r-- root       root             2328 ./usr/include/linux/qnx4_fs.h
-rw-r--r-- root       root              624 ./usr/include/linux/qnxtypes.h
-rw-r--r-- root       root              893 ./usr/include/linux/qrtr.h
-rw-r--r-- root       root             6291 ./usr/include/linux/quota.h
-rw-r--r-- root       root              360 ./usr/include/linux/radeonfb.h
drwxr-xr-x root       root             4096 ./usr/include/linux/raid
-rw-r--r-- root       root            16156 ./usr/include/linux/raid/md_p.h
-rw-r--r-- root       root             4484 ./usr/include/linux/raid/md_u.h
-rw-r--r-- root       root             1414 ./usr/include/linux/random.h
-rw-r--r-- root       root            11168 ./usr/include/linux/rds.h
-rw-r--r-- root       root             1343 ./usr/include/linux/reboot.h
-rw-r--r-- root       root              775 ./usr/include/linux/reiserfs_fs.h
-rw-r--r-- root       root              542 ./usr/include/linux/reiserfs_xattr.h
-rw-r--r-- root       root             1102 ./usr/include/linux/remoteproc_cdev.h
-rw-r--r-- root       root             2589 ./usr/include/linux/resource.h
-rw-r--r-- root       root             6608 ./usr/include/linux/rfkill.h
-rw-r--r-- root       root             3248 ./usr/include/linux/rio_cm_cdev.h
-rw-r--r-- root       root             9330 ./usr/include/linux/rio_mport_cdev.h
-rw-r--r-- root       root            34196 ./usr/include/linux/rkisp1-config.h
-rw-r--r-- root       root             1236 ./usr/include/linux/romfs_fs.h
-rw-r--r-- root       root             2232 ./usr/include/linux/rose.h
-rw-r--r-- root       root             2332 ./usr/include/linux/route.h
-rw-r--r-- root       root              854 ./usr/include/linux/rpl.h
-rw-r--r-- root       root              424 ./usr/include/linux/rpl_iptunnel.h
-rw-r--r-- root       root             1054 ./usr/include/linux/rpmsg.h
-rw-r--r-- root       root              288 ./usr/include/linux/rpmsg_types.h
-rw-r--r-- root       root             5448 ./usr/include/linux/rseq.h
-rw-r--r-- root       root             5316 ./usr/include/linux/rtc.h
-rw-r--r-- root       root            21211 ./usr/include/linux/rtnetlink.h
-rw-r--r-- root       root             4922 ./usr/include/linux/rxrpc.h
-rw-r--r-- root       root             4624 ./usr/include/linux/scc.h
drwxr-xr-x root       root             4096 ./usr/include/linux/sched
-rw-r--r-- root       root             6266 ./usr/include/linux/sched.h
-rw-r--r-- root       root             4559 ./usr/include/linux/sched/types.h
-rw-r--r-- root       root             6382 ./usr/include/linux/scif_ioctl.h
-rw-r--r-- root       root             2479 ./usr/include/linux/screen_info.h
-rw-r--r-- root       root            36017 ./usr/include/linux/sctp.h
-rw-r--r-- root       root             5874 ./usr/include/linux/seccomp.h
-rw-r--r-- root       root             2704 ./usr/include/linux/securebits.h
-rw-r--r-- root       root             4880 ./usr/include/linux/sed-opal.h
-rw-r--r-- root       root              589 ./usr/include/linux/seg6_genl.h
-rw-r--r-- root       root             1169 ./usr/include/linux/seg6.h
-rw-r--r-- root       root              423 ./usr/include/linux/seg6_hmac.h
-rw-r--r-- root       root              983 ./usr/include/linux/seg6_iptunnel.h
-rw-r--r-- root       root             3867 ./usr/include/linux/seg6_local.h
-rw-r--r-- root       root             1195 ./usr/include/linux/selinux_netlink.h
-rw-r--r-- root       root             3051 ./usr/include/linux/sem.h
-rw-r--r-- root       root             6141 ./usr/include/linux/serial_core.h
-rw-r--r-- root       root             5019 ./usr/include/linux/serial.h
-rw-r--r-- root       root            15946 ./usr/include/linux/serial_reg.h
-rw-r--r-- root       root             2099 ./usr/include/linux/serio.h
-rw-r--r-- root       root             2303 ./usr/include/linux/sev-guest.h
-rw-r--r-- root       root             3794 ./usr/include/linux/shm.h
-rw-r--r-- root       root             1233 ./usr/include/linux/signalfd.h
-rw-r--r-- root       root              388 ./usr/include/linux/signal.h
-rw-r--r-- root       root             2835 ./usr/include/linux/smc_diag.h
-rw-r--r-- root       root             8513 ./usr/include/linux/smc.h
-rw-r--r-- root       root             1058 ./usr/include/linux/smiapp.h
-rw-r--r-- root       root            14254 ./usr/include/linux/snmp.h
-rw-r--r-- root       root             1301 ./usr/include/linux/sock_diag.h
-rw-r--r-- root       root             1040 ./usr/include/linux/socket.h
-rw-r--r-- root       root             6846 ./usr/include/linux/sockios.h
-rw-r--r-- root       root             2290 ./usr/include/linux/sonet.h
-rw-r--r-- root       root             5309 ./usr/include/linux/sonypi.h
-rw-r--r-- root       root            46048 ./usr/include/linux/soundcard.h
-rw-r--r-- root       root             1237 ./usr/include/linux/sound.h
drwxr-xr-x root       root             4096 ./usr/include/linux/spi
-rw-r--r-- root       root             4694 ./usr/include/linux/spi/spidev.h
-rw-r--r-- root       root             1841 ./usr/include/linux/spi/spi.h
-rw-r--r-- root       root             6929 ./usr/include/linux/stat.h
-rw-r--r-- root       root             1532 ./usr/include/linux/stddef.h
-rw-r--r-- root       root             1274 ./usr/include/linux/stm.h
-rw-r--r-- root       root              238 ./usr/include/linux/string.h
drwxr-xr-x root       root             4096 ./usr/include/linux/sunrpc
-rw-r--r-- root       root             1144 ./usr/include/linux/sunrpc/debug.h
drwxr-xr-x root       root             4096 ./usr/include/linux/surface_aggregator
-rw-r--r-- root       root             5130 ./usr/include/linux/surface_aggregator/cdev.h
-rw-r--r-- root       root             5438 ./usr/include/linux/surface_aggregator/dtx.h
-rw-r--r-- root       root             1431 ./usr/include/linux/suspend_ioctls.h
-rw-r--r-- root       root             6940 ./usr/include/linux/swab.h
-rw-r--r-- root       root             5262 ./usr/include/linux/switchtec_ioctl.h
-rw-r--r-- root       root             2753 ./usr/include/linux/sync_file.h
-rw-r--r-- root       root             8985 ./usr/include/linux/synclink.h
-rw-r--r-- root       root            26025 ./usr/include/linux/sysctl.h
-rw-r--r-- root       root             1049 ./usr/include/linux/sysinfo.h
-rw-r--r-- root       root             4652 ./usr/include/linux/target_core_user.h
-rw-r--r-- root       root             8322 ./usr/include/linux/taskstats.h
drwxr-xr-x root       root             4096 ./usr/include/linux/tc_act
-rw-r--r-- root       root              509 ./usr/include/linux/tc_act/tc_bpf.h
-rw-r--r-- root       root              390 ./usr/include/linux/tc_act/tc_connmark.h
-rw-r--r-- root       root              644 ./usr/include/linux/tc_act/tc_csum.h
-rw-r--r-- root       root             1031 ./usr/include/linux/tc_act/tc_ct.h
-rw-r--r-- root       root              556 ./usr/include/linux/tc_act/tc_ctinfo.h
-rw-r--r-- root       root              322 ./usr/include/linux/tc_act/tc_defact.h
-rw-r--r-- root       root              626 ./usr/include/linux/tc_act/tc_gact.h
-rw-r--r-- root       root              870 ./usr/include/linux/tc_act/tc_gate.h
-rw-r--r-- root       root              600 ./usr/include/linux/tc_act/tc_ife.h
-rw-r--r-- root       root              415 ./usr/include/linux/tc_act/tc_ipt.h
-rw-r--r-- root       root              728 ./usr/include/linux/tc_act/tc_mirred.h
-rw-r--r-- root       root             1024 ./usr/include/linux/tc_act/tc_mpls.h
-rw-r--r-- root       root              424 ./usr/include/linux/tc_act/tc_nat.h
-rw-r--r-- root       root             1527 ./usr/include/linux/tc_act/tc_pedit.h
-rw-r--r-- root       root              456 ./usr/include/linux/tc_act/tc_sample.h
-rw-r--r-- root       root              848 ./usr/include/linux/tc_act/tc_skbedit.h
-rw-r--r-- root       root              587 ./usr/include/linux/tc_act/tc_skbmod.h
-rw-r--r-- root       root             2478 ./usr/include/linux/tc_act/tc_tunnel_key.h
-rw-r--r-- root       root              672 ./usr/include/linux/tc_act/tc_vlan.h
drwxr-xr-x root       root             4096 ./usr/include/linux/tc_ematch
-rw-r--r-- root       root              414 ./usr/include/linux/tc_ematch/tc_em_cmp.h
-rw-r--r-- root       root              391 ./usr/include/linux/tc_ematch/tc_em_ipt.h
-rw-r--r-- root       root             2116 ./usr/include/linux/tc_ematch/tc_em_meta.h
-rw-r--r-- root       root              255 ./usr/include/linux/tc_ematch/tc_em_nbyte.h
-rw-r--r-- root       root              384 ./usr/include/linux/tc_ematch/tc_em_text.h
-rw-r--r-- root       root            12193 ./usr/include/linux/tcp.h
-rw-r--r-- root       root             1549 ./usr/include/linux/tcp_metrics.h
-rw-r--r-- root       root             1305 ./usr/include/linux/tdx-guest.h
-rw-r--r-- root       root            13405 ./usr/include/linux/tee.h
-rw-r--r-- root       root              172 ./usr/include/linux/termios.h
-rw-r--r-- root       root             3310 ./usr/include/linux/thermal.h
-rw-r--r-- root       root             1752 ./usr/include/linux/time.h
-rw-r--r-- root       root              936 ./usr/include/linux/timerfd.h
-rw-r--r-- root       root              278 ./usr/include/linux/times.h
-rw-r--r-- root       root             1267 ./usr/include/linux/time_types.h
-rw-r--r-- root       root             7817 ./usr/include/linux/timex.h
-rw-r--r-- root       root             1729 ./usr/include/linux/tiocl.h
-rw-r--r-- root       root            14915 ./usr/include/linux/tipc_config.h
-rw-r--r-- root       root             8825 ./usr/include/linux/tipc.h
-rw-r--r-- root       root             9395 ./usr/include/linux/tipc_netlink.h
-rw-r--r-- root       root              468 ./usr/include/linux/tipc_sockets_diag.h
-rw-r--r-- root       root             7226 ./usr/include/linux/tls.h
-rw-r--r-- root       root             1930 ./usr/include/linux/toshiba.h
-rw-r--r-- root       root             4501 ./usr/include/linux/tty_flags.h
-rw-r--r-- root       root             1785 ./usr/include/linux/tty.h
-rw-r--r-- root       root             1613 ./usr/include/linux/types.h
-rw-r--r-- root       root             9160 ./usr/include/linux/ublk_cmd.h
-rw-r--r-- root       root              697 ./usr/include/linux/udf_fs_i.h
-rw-r--r-- root       root              643 ./usr/include/linux/udmabuf.h
-rw-r--r-- root       root             1688 ./usr/include/linux/udp.h
-rw-r--r-- root       root             4648 ./usr/include/linux/uhid.h
-rw-r--r-- root       root             9261 ./usr/include/linux/uinput.h
-rw-r--r-- root       root              732 ./usr/include/linux/uio.h
-rw-r--r-- root       root              798 ./usr/include/linux/uleds.h
-rw-r--r-- root       root             4562 ./usr/include/linux/ultrasound.h
-rw-r--r-- root       root             3961 ./usr/include/linux/um_timetravel.h
-rw-r--r-- root       root              384 ./usr/include/linux/un.h
-rw-r--r-- root       root              220 ./usr/include/linux/unistd.h
-rw-r--r-- root       root             1328 ./usr/include/linux/unix_diag.h
drwxr-xr-x root       root             4096 ./usr/include/linux/usb
-rw-r--r-- root       root            19489 ./usr/include/linux/usb/audio.h
-rw-r--r-- root       root            13475 ./usr/include/linux/usb/cdc.h
-rw-r--r-- root       root              739 ./usr/include/linux/usb/cdc-wdm.h
-rw-r--r-- root       root             9149 ./usr/include/linux/usb/ch11.h
-rw-r--r-- root       root            39957 ./usr/include/linux/usb/ch9.h
-rw-r--r-- root       root              598 ./usr/include/linux/usb/charger.h
-rw-r--r-- root       root             8315 ./usr/include/linux/usbdevice_fs.h
-rw-r--r-- root       root            10370 ./usr/include/linux/usb/functionfs.h
-rw-r--r-- root       root             2818 ./usr/include/linux/usb/gadgetfs.h
-rw-r--r-- root       root             1385 ./usr/include/linux/usb/g_printer.h
-rw-r--r-- root       root             1169 ./usr/include/linux/usb/g_uvc.h
-rw-r--r-- root       root             1503 ./usr/include/linux/usbip.h
-rw-r--r-- root       root             3434 ./usr/include/linux/usb/midi.h
-rw-r--r-- root       root             8285 ./usr/include/linux/usb/raw_gadget.h
-rw-r--r-- root       root             4854 ./usr/include/linux/usb/tmc.h
-rw-r--r-- root       root            17295 ./usr/include/linux/usb/video.h
-rw-r--r-- root       root             2114 ./usr/include/linux/user_events.h
-rw-r--r-- root       root            10422 ./usr/include/linux/userfaultfd.h
-rw-r--r-- root       root             1516 ./usr/include/linux/userio.h
-rw-r--r-- root       root              223 ./usr/include/linux/utime.h
-rw-r--r-- root       root              669 ./usr/include/linux/utsname.h
-rw-r--r-- root       root               28 ./usr/include/linux/uuid.h
-rw-r--r-- root       root             2627 ./usr/include/linux/uvcvideo.h
-rw-r--r-- root       root             2056 ./usr/include/linux/v4l2-common.h
-rw-r--r-- root       root           118575 ./usr/include/linux/v4l2-controls.h
-rw-r--r-- root       root            31123 ./usr/include/linux/v4l2-dv-timings.h
-rw-r--r-- root       root             5228 ./usr/include/linux/v4l2-mediabus.h
-rw-r--r-- root       root             9657 ./usr/include/linux/v4l2-subdev.h
-rw-r--r-- root       root             7257 ./usr/include/linux/vbox_err.h
-rw-r--r-- root       root             9368 ./usr/include/linux/vboxguest.h
-rw-r--r-- root       root            11651 ./usr/include/linux/vbox_vmmdev_types.h
-rw-r--r-- root       root             1785 ./usr/include/linux/vdpa.h
-rw-r--r-- root       root             9808 ./usr/include/linux/vduse.h
-rw-r--r-- root       root              215 ./usr/include/linux/version.h
-rw-r--r-- root       root              224 ./usr/include/linux/veth.h
-rw-r--r-- root       root             1317 ./usr/include/linux/vfio_ccw.h
-rw-r--r-- root       root            63608 ./usr/include/linux/vfio.h
-rw-r--r-- root       root             2542 ./usr/include/linux/vfio_zdev.h
-rw-r--r-- root       root             8011 ./usr/include/linux/vhost.h
-rw-r--r-- root       root             4394 ./usr/include/linux/vhost_types.h
-rw-r--r-- root       root            99643 ./usr/include/linux/videodev2.h
-rw-r--r-- root       root             2052 ./usr/include/linux/virtio_9p.h
-rw-r--r-- root       root             5279 ./usr/include/linux/virtio_balloon.h
-rw-r--r-- root       root             9979 ./usr/include/linux/virtio_blk.h
-rw-r--r-- root       root              942 ./usr/include/linux/virtio_bt.h
-rw-r--r-- root       root             4461 ./usr/include/linux/virtio_config.h
-rw-r--r-- root       root             3156 ./usr/include/linux/virtio_console.h
-rw-r--r-- root       root            16472 ./usr/include/linux/virtio_crypto.h
-rw-r--r-- root       root              573 ./usr/include/linux/virtio_fs.h
-rw-r--r-- root       root             1714 ./usr/include/linux/virtio_gpio.h
-rw-r--r-- root       root            11454 ./usr/include/linux/virtio_gpu.h
-rw-r--r-- root       root             1186 ./usr/include/linux/virtio_i2c.h
-rw-r--r-- root       root             4303 ./usr/include/linux/virtio_ids.h
-rw-r--r-- root       root             2515 ./usr/include/linux/virtio_input.h
-rw-r--r-- root       root             3931 ./usr/include/linux/virtio_iommu.h
-rw-r--r-- root       root             7157 ./usr/include/linux/virtio_mem.h
-rw-r--r-- root       root             4969 ./usr/include/linux/virtio_mmio.h
-rw-r--r-- root       root            15078 ./usr/include/linux/virtio_net.h
-rw-r--r-- root       root             2447 ./usr/include/linux/virtio_pcidev.h
-rw-r--r-- root       root             7480 ./usr/include/linux/virtio_pci.h
-rw-r--r-- root       root              641 ./usr/include/linux/virtio_pmem.h
-rw-r--r-- root       root             8724 ./usr/include/linux/virtio_ring.h
-rw-r--r-- root       root              265 ./usr/include/linux/virtio_rng.h
-rw-r--r-- root       root              637 ./usr/include/linux/virtio_scmi.h
-rw-r--r-- root       root             6085 ./usr/include/linux/virtio_scsi.h
-rw-r--r-- root       root             9304 ./usr/include/linux/virtio_snd.h
-rw-r--r-- root       root             2153 ./usr/include/linux/virtio_types.h
-rw-r--r-- root       root             3348 ./usr/include/linux/virtio_vsock.h
-rw-r--r-- root       root              455 ./usr/include/linux/vmcore.h
-rw-r--r-- root       root              963 ./usr/include/linux/vm_sockets_diag.h
-rw-r--r-- root       root             6859 ./usr/include/linux/vm_sockets.h
-rw-r--r-- root       root             1885 ./usr/include/linux/vsockmon.h
-rw-r--r-- root       root             3059 ./usr/include/linux/vt.h
-rw-r--r-- root       root             1719 ./usr/include/linux/vtpm_proxy.h
-rw-r--r-- root       root              682 ./usr/include/linux/wait.h
-rw-r--r-- root       root             2335 ./usr/include/linux/watchdog.h
-rw-r--r-- root       root             3490 ./usr/include/linux/watch_queue.h
-rw-r--r-- root       root             7748 ./usr/include/linux/wireguard.h
-rw-r--r-- root       root            42705 ./usr/include/linux/wireless.h
-rw-r--r-- root       root             1761 ./usr/include/linux/wmi.h
-rw-r--r-- root       root              295 ./usr/include/linux/wwan.h
-rw-r--r-- root       root             3562 ./usr/include/linux/x25.h
-rw-r--r-- root       root             3023 ./usr/include/linux/xattr.h
-rw-r--r-- root       root             1468 ./usr/include/linux/xdp_diag.h
-rw-r--r-- root       root            12603 ./usr/include/linux/xfrm.h
-rw-r--r-- root       root             2976 ./usr/include/linux/xilinx-v4l2-controls.h
-rw-r--r-- root       root             3296 ./usr/include/linux/zorro.h
-rw-r--r-- root       root            29963 ./usr/include/linux/zorro_ids.h
-rw-r--r-- root       root             7675 ./usr/include/locale.h
drwxr-xr-x root       root             4096 ./usr/include/lzma
-rw-r--r-- root       root            28145 ./usr/include/lzma/base.h
-rw-r--r-- root       root             2790 ./usr/include/lzma/bcj.h
-rw-r--r-- root       root            26028 ./usr/include/lzma/block.h
-rw-r--r-- root       root             4904 ./usr/include/lzma/check.h
-rw-r--r-- root       root            40821 ./usr/include/lzma/container.h
-rw-r--r-- root       root             2251 ./usr/include/lzma/delta.h
-rw-r--r-- root       root            31810 ./usr/include/lzma/filter.h
-rw-r--r-- root       root             9951 ./usr/include/lzma.h
-rw-r--r-- root       root             2614 ./usr/include/lzma/hardware.h
-rw-r--r-- root       root            30371 ./usr/include/lzma/index.h
-rw-r--r-- root       root             4735 ./usr/include/lzma/index_hash.h
-rw-r--r-- root       root            20882 ./usr/include/lzma/lzma12.h
-rw-r--r-- root       root             9303 ./usr/include/lzma/stream_flags.h
-rw-r--r-- root       root             3932 ./usr/include/lzma/version.h
-rw-r--r-- root       root             6699 ./usr/include/lzma/vli.h
-rw-r--r-- root       root             5984 ./usr/include/malloc.h
-rw-r--r-- root       root            50939 ./usr/include/math.h
-rw-r--r-- root       root             2435 ./usr/include/mcheck.h
-rw-r--r-- root       root              956 ./usr/include/memory.h
drwxr-xr-x root       root             4096 ./usr/include/misc
-rw-r--r-- root       root             3936 ./usr/include/misc/cxl.h
-rw-r--r-- root       root             4415 ./usr/include/misc/fastrpc.h
-rw-r--r-- root       root             1947 ./usr/include/misc/ocxl.h
-rw-r--r-- root       root              209 ./usr/include/misc/pvpanic.h
drwxr-xr-x root       root             4096 ./usr/include/misc/uacce
-rw-r--r-- root       root              982 ./usr/include/misc/uacce/hisi_qm.h
-rw-r--r-- root       root              796 ./usr/include/misc/uacce/uacce.h
-rw-r--r-- root       root            12341 ./usr/include/misc/xilinx_sdfec.h
-rw-r--r-- root       root             3359 ./usr/include/mntent.h
-rw-r--r-- root       root             1966 ./usr/include/monetary.h
-rw-r--r-- root       root             4603 ./usr/include/mqueue.h
drwxr-xr-x root       root             4096 ./usr/include/mtd
-rw-r--r-- root       root             1644 ./usr/include/mtd/inftl-user.h
-rw-r--r-- root       root            11876 ./usr/include/mtd/mtd-abi.h
-rw-r--r-- root       root             1242 ./usr/include/mtd/mtd-user.h
-rw-r--r-- root       root             2116 ./usr/include/mtd/nftl-user.h
-rw-r--r-- root       root            18464 ./usr/include/mtd/ubi-user.h
drwxr-xr-x root       root             4096 ./usr/include/net
drwxr-xr-x root       root             4096 ./usr/include/netash
-rw-r--r-- root       root             1363 ./usr/include/netash/ash.h
drwxr-xr-x root       root             4096 ./usr/include/netatalk
-rw-r--r-- root       root             1029 ./usr/include/netatalk/at.h
drwxr-xr-x root       root             4096 ./usr/include/netax25
-rw-r--r-- root       root             4811 ./usr/include/netax25/ax25.h
-rw-r--r-- root       root            28461 ./usr/include/netdb.h
drwxr-xr-x root       root             4096 ./usr/include/neteconet
-rw-r--r-- root       root             1668 ./usr/include/neteconet/ec.h
-rw-r--r-- root       root             3136 ./usr/include/net/ethernet.h
-rw-r--r-- root       root             7151 ./usr/include/net/if_arp.h
-rw-r--r-- root       root             7042 ./usr/include/net/if.h
-rw-r--r-- root       root             1262 ./usr/include/net/if_packet.h
-rw-r--r-- root       root             6714 ./usr/include/net/if_ppp.h
-rw-r--r-- root       root             1626 ./usr/include/net/if_shaper.h
-rw-r--r-- root       root              933 ./usr/include/net/if_slip.h
drwxr-xr-x root       root             4096 ./usr/include/netinet
-rw-r--r-- root       root             1985 ./usr/include/netinet/ether.h
-rw-r--r-- root       root            11597 ./usr/include/netinet/icmp6.h
-rw-r--r-- root       root             3976 ./usr/include/netinet/if_ether.h
-rw-r--r-- root       root             1186 ./usr/include/netinet/if_fddi.h
-rw-r--r-- root       root             3692 ./usr/include/netinet/if_tr.h
-rw-r--r-- root       root             4661 ./usr/include/netinet/igmp.h
-rw-r--r-- root       root            22418 ./usr/include/netinet/in.h
-rw-r--r-- root       root             1494 ./usr/include/netinet/in_systm.h
-rw-r--r-- root       root             5394 ./usr/include/netinet/ip6.h
-rw-r--r-- root       root             9529 ./usr/include/netinet/ip.h
-rw-r--r-- root       root            10934 ./usr/include/netinet/ip_icmp.h
-rw-r--r-- root       root            10491 ./usr/include/netinet/tcp.h
-rw-r--r-- root       root             3774 ./usr/include/netinet/udp.h
drwxr-xr-x root       root             4096 ./usr/include/netipx
-rw-r--r-- root       root             2900 ./usr/include/netipx/ipx.h
drwxr-xr-x root       root             4096 ./usr/include/netiucv
-rw-r--r-- root       root             1594 ./usr/include/netiucv/iucv.h
drwxr-xr-x root       root             4096 ./usr/include/netpacket
-rw-r--r-- root       root             2438 ./usr/include/netpacket/packet.h
-rw-r--r-- root       root               28 ./usr/include/net/ppp-comp.h
-rw-r--r-- root       root              162 ./usr/include/net/ppp_defs.h
drwxr-xr-x root       root             4096 ./usr/include/netrom
-rw-r--r-- root       root             2226 ./usr/include/netrom/netrom.h
drwxr-xr-x root       root             4096 ./usr/include/netrose
-rw-r--r-- root       root             3184 ./usr/include/netrose/rose.h
-rw-r--r-- root       root             4704 ./usr/include/net/route.h
drwxr-xr-x root       root             4096 ./usr/include/nfs
-rw-r--r-- root       root               23 ./usr/include/nfs/nfs.h
-rw-r--r-- root       root             1753 ./usr/include/nl_types.h
-rw-r--r-- root       root            14408 ./usr/include/nss.h
-rw-r--r-- root       root            21307 ./usr/include/obstack.h
drwxr-xr-x root       root             4096 ./usr/include/openssl
-rw-r--r-- root       root             3752 ./usr/include/openssl/aes.h
-rw-r--r-- root       root             7731 ./usr/include/openssl/asn1err.h
-rw-r--r-- root       root            60986 ./usr/include/openssl/asn1.h
-rw-r--r-- root       root              398 ./usr/include/openssl/asn1_mac.h
-rw-r--r-- root       root            35954 ./usr/include/openssl/asn1t.h
-rw-r--r-- root       root              842 ./usr/include/openssl/asyncerr.h
-rw-r--r-- root       root             3163 ./usr/include/openssl/async.h
-rw-r--r-- root       root             3081 ./usr/include/openssl/bioerr.h
-rw-r--r-- root       root            39856 ./usr/include/openssl/bio.h
-rw-r--r-- root       root             2693 ./usr/include/openssl/blowfish.h
-rw-r--r-- root       root             1949 ./usr/include/openssl/bnerr.h
-rw-r--r-- root       root            23750 ./usr/include/openssl/bn.h
-rw-r--r-- root       root              594 ./usr/include/openssl/buffererr.h
-rw-r--r-- root       root             1658 ./usr/include/openssl/buffer.h
-rw-r--r-- root       root             5069 ./usr/include/openssl/camellia.h
-rw-r--r-- root       root             2066 ./usr/include/openssl/cast.h
-rw-r--r-- root       root             1608 ./usr/include/openssl/cmac.h
-rw-r--r-- root       root             6165 ./usr/include/openssl/cmperr.h
-rw-r--r-- root       root            41140 ./usr/include/openssl/cmp.h
-rw-r--r-- root       root             1742 ./usr/include/openssl/cmp_util.h
-rw-r--r-- root       root             6605 ./usr/include/openssl/cmserr.h
-rw-r--r-- root       root            34098 ./usr/include/openssl/cms.h
-rw-r--r-- root       root              813 ./usr/include/openssl/comperr.h
-rw-r--r-- root       root             1445 ./usr/include/openssl/comp.h
-rw-r--r-- root       root             1420 ./usr/include/openssl/conf_api.h
-rw-r--r-- root       root             2203 ./usr/include/openssl/conferr.h
-rw-r--r-- root       root            10557 ./usr/include/openssl/conf.h
-rw-r--r-- root       root             3081 ./usr/include/openssl/configuration-32.h
-rw-r--r-- root       root              572 ./usr/include/openssl/configuration.h
-rw-r--r-- root       root             1190 ./usr/include/openssl/conftypes.h
-rw-r--r-- root       root            47571 ./usr/include/openssl/core_dispatch.h
-rw-r--r-- root       root             8131 ./usr/include/openssl/core.h
-rw-r--r-- root       root            29307 ./usr/include/openssl/core_names.h
-rw-r--r-- root       root             1126 ./usr/include/openssl/core_object.h
-rw-r--r-- root       root             2011 ./usr/include/openssl/crmferr.h
-rw-r--r-- root       root            14661 ./usr/include/openssl/crmf.h
-rw-r--r-- root       root             2467 ./usr/include/openssl/cryptoerr.h
-rw-r--r-- root       root            80396 ./usr/include/openssl/cryptoerr_legacy.h
-rw-r--r-- root       root            24088 ./usr/include/openssl/crypto.h
-rw-r--r-- root       root             1688 ./usr/include/openssl/cterr.h
-rw-r--r-- root       root            22782 ./usr/include/openssl/ct.h
-rw-r--r-- root       root              791 ./usr/include/openssl/decodererr.h
-rw-r--r-- root       root             5760 ./usr/include/openssl/decoder.h
-rw-r--r-- root       root             8525 ./usr/include/openssl/des.h
-rw-r--r-- root       root             2444 ./usr/include/openssl/dherr.h
-rw-r--r-- root       root            15261 ./usr/include/openssl/dh.h
-rw-r--r-- root       root             1629 ./usr/include/openssl/dsaerr.h
-rw-r--r-- root       root            12532 ./usr/include/openssl/dsa.h
-rw-r--r-- root       root             1465 ./usr/include/openssl/dtls1.h
-rw-r--r-- root       root             1042 ./usr/include/openssl/ebcdic.h
-rw-r--r-- root       root              361 ./usr/include/openssl/ecdh.h
-rw-r--r-- root       root              361 ./usr/include/openssl/ecdsa.h
-rw-r--r-- root       root             5405 ./usr/include/openssl/ecerr.h
-rw-r--r-- root       root            67738 ./usr/include/openssl/ec.h
-rw-r--r-- root       root              791 ./usr/include/openssl/encodererr.h
-rw-r--r-- root       root             5450 ./usr/include/openssl/encoder.h
-rw-r--r-- root       root             2838 ./usr/include/openssl/engineerr.h
-rw-r--r-- root       root            38823 ./usr/include/openssl/engine.h
-rw-r--r-- root       root             8800 ./usr/include/openssl/e_os2.h
-rw-r--r-- root       root            21978 ./usr/include/openssl/err.h
-rw-r--r-- root       root             1144 ./usr/include/openssl/esserr.h
-rw-r--r-- root       root             8985 ./usr/include/openssl/ess.h
-rw-r--r-- root       root             7351 ./usr/include/openssl/evperr.h
-rw-r--r-- root       root           103764 ./usr/include/openssl/evp.h
-rw-r--r-- root       root             1027 ./usr/include/openssl/fipskey.h
-rw-r--r-- root       root             2255 ./usr/include/openssl/fips_names.h
-rw-r--r-- root       root             2141 ./usr/include/openssl/hmac.h
-rw-r--r-- root       root             2451 ./usr/include/openssl/httperr.h
-rw-r--r-- root       root             5286 ./usr/include/openssl/http.h
-rw-r--r-- root       root             3010 ./usr/include/openssl/idea.h
-rw-r--r-- root       root              482 ./usr/include/openssl/kdferr.h
-rw-r--r-- root       root             5619 ./usr/include/openssl/kdf.h
-rw-r--r-- root       root            14595 ./usr/include/openssl/lhash.h
-rw-r--r-- root       root            10702 ./usr/include/openssl/macros.h
-rw-r--r-- root       root             1461 ./usr/include/openssl/md2.h
-rw-r--r-- root       root             1699 ./usr/include/openssl/md4.h
-rw-r--r-- root       root             1696 ./usr/include/openssl/md5.h
-rw-r--r-- root       root             1441 ./usr/include/openssl/mdc2.h
-rw-r--r-- root       root            10786 ./usr/include/openssl/modes.h
-rw-r--r-- root       root              782 ./usr/include/openssl/objectserr.h
-rw-r--r-- root       root             6848 ./usr/include/openssl/objects.h
-rw-r--r-- root       root           228668 ./usr/include/openssl/obj_mac.h
-rw-r--r-- root       root             2200 ./usr/include/openssl/ocsperr.h
-rw-r--r-- root       root            29369 ./usr/include/openssl/ocsp.h
-rw-r--r-- root       root              515 ./usr/include/openssl/opensslconf-32.h
-rw-r--r-- root       root              564 ./usr/include/openssl/opensslconf.h
-rw-r--r-- root       root             3201 ./usr/include/openssl/opensslv.h
-rw-r--r-- root       root              562 ./usr/include/openssl/ossl_typ.h
-rw-r--r-- root       root             2809 ./usr/include/openssl/param_build.h
-rw-r--r-- root       root             7328 ./usr/include/openssl/params.h
-rw-r--r-- root       root              531 ./usr/include/openssl/pem2.h
-rw-r--r-- root       root             2634 ./usr/include/openssl/pemerr.h
-rw-r--r-- root       root            25819 ./usr/include/openssl/pem.h
-rw-r--r-- root       root             1837 ./usr/include/openssl/pkcs12err.h
-rw-r--r-- root       root            19388 ./usr/include/openssl/pkcs12.h
-rw-r--r-- root       root             2952 ./usr/include/openssl/pkcs7err.h
-rw-r--r-- root       root            22405 ./usr/include/openssl/pkcs7.h
-rw-r--r-- root       root             8279 ./usr/include/openssl/proverr.h
-rw-r--r-- root       root             2325 ./usr/include/openssl/provider.h
-rw-r--r-- root       root              981 ./usr/include/openssl/prov_ssl.h
-rw-r--r-- root       root             3257 ./usr/include/openssl/randerr.h
-rw-r--r-- root       root             3983 ./usr/include/openssl/rand.h
-rw-r--r-- root       root             2382 ./usr/include/openssl/rc2.h
-rw-r--r-- root       root             1194 ./usr/include/openssl/rc4.h
-rw-r--r-- root       root             2861 ./usr/include/openssl/rc5.h
-rw-r--r-- root       root             1717 ./usr/include/openssl/ripemd.h
-rw-r--r-- root       root             5681 ./usr/include/openssl/rsaerr.h
-rw-r--r-- root       root            28332 ./usr/include/openssl/rsa.h
-rw-r--r-- root       root            18456 ./usr/include/openssl/safestack.h
-rw-r--r-- root       root             3964 ./usr/include/openssl/seed.h
-rw-r--r-- root       root             4145 ./usr/include/openssl/self_test.h
-rw-r--r-- root       root             4658 ./usr/include/openssl/sha.h
-rw-r--r-- root       root            15504 ./usr/include/openssl/srp.h
-rw-r--r-- root       root             1429 ./usr/include/openssl/srtp.h
-rw-r--r-- root       root              658 ./usr/include/openssl/ssl2.h
-rw-r--r-- root       root            14773 ./usr/include/openssl/ssl3.h
-rw-r--r-- root       root            20401 ./usr/include/openssl/sslerr.h
-rw-r--r-- root       root            27005 ./usr/include/openssl/sslerr_legacy.h
-rw-r--r-- root       root           125010 ./usr/include/openssl/ssl.h
-rw-r--r-- root       root             3284 ./usr/include/openssl/stack.h
-rw-r--r-- root       root             2092 ./usr/include/openssl/storeerr.h
-rw-r--r-- root       root            15178 ./usr/include/openssl/store.h
-rw-r--r-- root       root             1290 ./usr/include/openssl/symhacks.h
-rw-r--r-- root       root            71267 ./usr/include/openssl/tls1.h
-rw-r--r-- root       root            10399 ./usr/include/openssl/trace.h
-rw-r--r-- root       root             3074 ./usr/include/openssl/tserr.h
-rw-r--r-- root       root            19760 ./usr/include/openssl/ts.h
-rw-r--r-- root       root             1784 ./usr/include/openssl/txt_db.h
-rw-r--r-- root       root             7316 ./usr/include/openssl/types.h
-rw-r--r-- root       root             1391 ./usr/include/openssl/uierr.h
-rw-r--r-- root       root            19268 ./usr/include/openssl/ui.h
-rw-r--r-- root       root             1853 ./usr/include/openssl/whrlpool.h
-rw-r--r-- root       root             3319 ./usr/include/openssl/x509err.h
-rw-r--r-- root       root            71620 ./usr/include/openssl/x509.h
-rw-r--r-- root       root             4819 ./usr/include/openssl/x509v3err.h
-rw-r--r-- root       root            94040 ./usr/include/openssl/x509v3.h
-rw-r--r-- root       root            52044 ./usr/include/openssl/x509_vfy.h
-rw-r--r-- root       root             2977 ./usr/include/paths.h
-rw-r--r-- root       root               22 ./usr/include/poll.h
-rw-r--r-- root       root             6875 ./usr/include/printf.h
-rw-r--r-- root       root             3477 ./usr/include/proc_service.h
drwxr-xr-x root       root             4096 ./usr/include/protocols
-rw-r--r-- root       root             3844 ./usr/include/protocols/routed.h
-rw-r--r-- root       root             2567 ./usr/include/protocols/rwhod.h
-rw-r--r-- root       root             4826 ./usr/include/protocols/talkd.h
-rw-r--r-- root       root             3881 ./usr/include/protocols/timed.h
-rw-r--r-- root       root            48379 ./usr/include/pthread.h
-rw-r--r-- root       root             1570 ./usr/include/pty.h
-rw-r--r-- root       root             6317 ./usr/include/pwd.h
drwxr-xr-x root       root             4096 ./usr/include/rdma
-rw-r--r-- root       root             3571 ./usr/include/rdma/bnxt_re-abi.h
-rw-r--r-- root       root             3122 ./usr/include/rdma/cxgb4-abi.h
-rw-r--r-- root       root             2961 ./usr/include/rdma/efa-abi.h
-rw-r--r-- root       root              811 ./usr/include/rdma/erdma-abi.h
drwxr-xr-x root       root             4096 ./usr/include/rdma/hfi
-rw-r--r-- root       root             6618 ./usr/include/rdma/hfi/hfi1_ioctl.h
-rw-r--r-- root       root             9298 ./usr/include/rdma/hfi/hfi1_user.h
-rw-r--r-- root       root             3103 ./usr/include/rdma/hns-abi.h
-rw-r--r-- root       root             9898 ./usr/include/rdma/ib_user_ioctl_cmds.h
-rw-r--r-- root       root             7915 ./usr/include/rdma/ib_user_ioctl_verbs.h
-rw-r--r-- root       root             8530 ./usr/include/rdma/ib_user_mad.h
-rw-r--r-- root       root             2305 ./usr/include/rdma/ib_user_sa.h
-rw-r--r-- root       root            28965 ./usr/include/rdma/ib_user_verbs.h
-rw-r--r-- root       root             2192 ./usr/include/rdma/irdma-abi.h
-rw-r--r-- root       root             1185 ./usr/include/rdma/mana-abi.h
-rw-r--r-- root       root             5117 ./usr/include/rdma/mlx4-abi.h
-rw-r--r-- root       root            13869 ./usr/include/rdma/mlx5-abi.h
-rw-r--r-- root       root            10785 ./usr/include/rdma/mlx5_user_ioctl_cmds.h
-rw-r--r-- root       root             3583 ./usr/include/rdma/mlx5_user_ioctl_verbs.h
-rw-r--r-- root       root             3055 ./usr/include/rdma/mthca-abi.h
-rw-r--r-- root       root             4116 ./usr/include/rdma/ocrdma-abi.h
-rw-r--r-- root       root             4307 ./usr/include/rdma/qedr-abi.h
-rw-r--r-- root       root            14987 ./usr/include/rdma/rdma_netlink.h
-rw-r--r-- root       root             7132 ./usr/include/rdma/rdma_user_cm.h
-rw-r--r-- root       root             2621 ./usr/include/rdma/rdma_user_ioctl_cmds.h
-rw-r--r-- root       root             3751 ./usr/include/rdma/rdma_user_ioctl.h
-rw-r--r-- root       root             4974 ./usr/include/rdma/rdma_user_rxe.h
-rw-r--r-- root       root             1771 ./usr/include/rdma/rvt-abi.h
-rw-r--r-- root       root             3430 ./usr/include/rdma/siw-abi.h
-rw-r--r-- root       root             8011 ./usr/include/rdma/vmw_pvrdma-abi.h
-rw-r--r-- root       root              963 ./usr/include/re_comp.h
-rw-r--r-- root       root              902 ./usr/include/regdef.h
-rw-r--r-- root       root            25904 ./usr/include/regex.h
-rw-r--r-- root       root             1387 ./usr/include/regexp.h
-rw-r--r-- root       root            12312 ./usr/include/resolv.h
drwxr-xr-x root       root             4096 ./usr/include/rpc
-rw-r--r-- root       root             2897 ./usr/include/rpc/netdb.h
-rw-r--r-- root       root             5038 ./usr/include/sched.h
drwxr-xr-x root       root             4096 ./usr/include/scsi
-rw-r--r-- root       root            10168 ./usr/include/scsi/cxlflash_ioctl.h
drwxr-xr-x root       root             4096 ./usr/include/scsi/fc
-rw-r--r-- root       root            38925 ./usr/include/scsi/fc/fc_els.h
-rw-r--r-- root       root            11703 ./usr/include/scsi/fc/fc_fs.h
-rw-r--r-- root       root             2231 ./usr/include/scsi/fc/fc_gs.h
-rw-r--r-- root       root             4317 ./usr/include/scsi/fc/fc_ns.h
-rw-r--r-- root       root             8046 ./usr/include/scsi/scsi_bsg_fc.h
-rw-r--r-- root       root            15364 ./usr/include/scsi/scsi_bsg_mpi3mr.h
-rw-r--r-- root       root             3654 ./usr/include/scsi/scsi_bsg_ufs.h
-rw-r--r-- root       root             6970 ./usr/include/scsi/scsi.h
-rw-r--r-- root       root             1316 ./usr/include/scsi/scsi_ioctl.h
-rw-r--r-- root       root             1328 ./usr/include/scsi/scsi_netlink_fc.h
-rw-r--r-- root       root             2906 ./usr/include/scsi/scsi_netlink.h
-rw-r--r-- root       root            11663 ./usr/include/scsi/sg.h
-rw-r--r-- root       root             5450 ./usr/include/search.h
-rw-r--r-- root       root             3464 ./usr/include/semaphore.h
-rw-r--r-- root       root             3190 ./usr/include/setjmp.h
-rw-r--r-- root       root             1782 ./usr/include/sgidefs.h
-rw-r--r-- root       root             1344 ./usr/include/sgtty.h
-rw-r--r-- root       root             5632 ./usr/include/shadow.h
-rw-r--r-- root       root            13040 ./usr/include/signal.h
drwxr-xr-x root       root             4096 ./usr/include/sound
-rw-r--r-- root       root            21108 ./usr/include/sound/asequencer.h
-rw-r--r-- root       root            22486 ./usr/include/sound/asoc.h
-rw-r--r-- root       root             3637 ./usr/include/sound/asound_fm.h
-rw-r--r-- root       root            50987 ./usr/include/sound/asound.h
-rw-r--r-- root       root             5926 ./usr/include/sound/compress_offload.h
-rw-r--r-- root       root            16461 ./usr/include/sound/compress_params.h
-rw-r--r-- root       root            18824 ./usr/include/sound/emu10k1.h
-rw-r--r-- root       root            11016 ./usr/include/sound/firewire.h
-rw-r--r-- root       root             2076 ./usr/include/sound/hdsp.h
-rw-r--r-- root       root             4486 ./usr/include/sound/hdspm.h
drwxr-xr-x root       root             4096 ./usr/include/sound/intel
drwxr-xr-x root       root             4096 ./usr/include/sound/intel/avs
-rw-r--r-- root       root             4485 ./usr/include/sound/intel/avs/tokens.h
-rw-r--r-- root       root             3563 ./usr/include/sound/sb16_csp.h
-rw-r--r-- root       root             6754 ./usr/include/sound/sfnt_info.h
-rw-r--r-- root       root             5327 ./usr/include/sound/skl-tplg-interface.h
-rw-r--r-- root       root             7655 ./usr/include/sound/snd_ar_tokens.h
-rw-r--r-- root       root            11754 ./usr/include/sound/snd_sst_tokens.h
drwxr-xr-x root       root             4096 ./usr/include/sound/sof
-rw-r--r-- root       root             2140 ./usr/include/sound/sof/abi.h
-rw-r--r-- root       root             2267 ./usr/include/sound/sof/fw.h
-rw-r--r-- root       root             1912 ./usr/include/sound/sof/header.h
-rw-r--r-- root       root             6672 ./usr/include/sound/sof/tokens.h
-rw-r--r-- root       root             4077 ./usr/include/sound/tlv.h
-rw-r--r-- root       root             1238 ./usr/include/sound/usb_stream.h
-rw-r--r-- root       root             8298 ./usr/include/spawn.h
-rw-r--r-- root       root              264 ./usr/include/stab.h
-rw-r--r-- root       root             2462 ./usr/include/stdc-predef.h
-rw-r--r-- root       root             8474 ./usr/include/stdint.h
-rw-r--r-- root       root             2800 ./usr/include/stdio_ext.h
-rw-r--r-- root       root            33525 ./usr/include/stdio.h
-rw-r--r-- root       root            41032 ./usr/include/stdlib.h
-rw-r--r-- root       root            19969 ./usr/include/string.h
-rw-r--r-- root       root             4753 ./usr/include/strings.h
drwxr-xr-x root       root             4096 ./usr/include/sys
-rw-r--r-- root       root             3383 ./usr/include/sys/acct.h
-rw-r--r-- root       root            12313 ./usr/include/sys/asm.h
-rw-r--r-- root       root             1260 ./usr/include/sys/auxv.h
-rw-r--r-- root       root               86 ./usr/include/sys/bitypes.h
-rw-r--r-- root       root             1380 ./usr/include/sys/cachectl.h
-rw-r--r-- root       root               25 ./usr/include/syscall.h
-rw-r--r-- root       root            27011 ./usr/include/sys/cdefs.h
-rw-r--r-- root       root              922 ./usr/include/sys/dir.h
-rw-r--r-- root       root             5300 ./usr/include/sys/epoll.h
-rw-r--r-- root       root               19 ./usr/include/sys/errno.h
-rw-r--r-- root       root             1400 ./usr/include/sys/eventfd.h
-rw-r--r-- root       root             5232 ./usr/include/sysexits.h
-rw-r--r-- root       root             1292 ./usr/include/sys/fanotify.h
-rw-r--r-- root       root               19 ./usr/include/sys/fcntl.h
-rw-r--r-- root       root             1675 ./usr/include/sys/file.h
-rw-r--r-- root       root             2825 ./usr/include/sys/fpregdef.h
-rw-r--r-- root       root             1188 ./usr/include/sys/fsuid.h
-rw-r--r-- root       root             6230 ./usr/include/sys/gmon.h
-rw-r--r-- root       root             2577 ./usr/include/sys/gmon_out.h
-rw-r--r-- root       root             3901 ./usr/include/sys/inotify.h
-rw-r--r-- root       root             2027 ./usr/include/sys/ioctl.h
-rw-r--r-- root       root             1462 ./usr/include/sys/ipc.h
-rw-r--r-- root       root             1112 ./usr/include/sys/kd.h
-rw-r--r-- root       root             1204 ./usr/include/sys/klog.h
-rw-r--r-- root       root               24 ./usr/include/syslog.h
-rw-r--r-- root       root             5615 ./usr/include/sys/mman.h
-rw-r--r-- root       root            11822 ./usr/include/sys/mount.h
-rw-r--r-- root       root             2623 ./usr/include/sys/msg.h
-rw-r--r-- root       root            11111 ./usr/include/sys/mtio.h
-rw-r--r-- root       root             3149 ./usr/include/sys/param.h
-rw-r--r-- root       root              923 ./usr/include/sys/pci.h
-rw-r--r-- root       root             2723 ./usr/include/sys/personality.h
-rw-r--r-- root       root             1876 ./usr/include/sys/pidfd.h
-rw-r--r-- root       root             3025 ./usr/include/sys/poll.h
-rw-r--r-- root       root             1795 ./usr/include/sys/prctl.h
-rw-r--r-- root       root             4338 ./usr/include/sys/procfs.h
-rw-r--r-- root       root             1959 ./usr/include/sys/profil.h
-rw-r--r-- root       root             5775 ./usr/include/sys/ptrace.h
-rw-r--r-- root       root            19539 ./usr/include/sys/queue.h
-rw-r--r-- root       root             5173 ./usr/include/sys/quota.h
-rw-r--r-- root       root             1584 ./usr/include/sys/random.h
-rw-r--r-- root       root             1182 ./usr/include/sys/raw.h
-rw-r--r-- root       root             1633 ./usr/include/sys/reboot.h
-rw-r--r-- root       root             2382 ./usr/include/sys/regdef.h
-rw-r--r-- root       root             4034 ./usr/include/sys/resource.h
-rw-r--r-- root       root             6410 ./usr/include/sys/rseq.h
-rw-r--r-- root       root             5039 ./usr/include/sys/select.h
-rw-r--r-- root       root             2660 ./usr/include/sys/sem.h
-rw-r--r-- root       root             1806 ./usr/include/sys/sendfile.h
-rw-r--r-- root       root             2131 ./usr/include/sys/shm.h
-rw-r--r-- root       root             1714 ./usr/include/sys/signalfd.h
-rw-r--r-- root       root               20 ./usr/include/sys/signal.h
-rw-r--r-- root       root             1182 ./usr/include/sys/single_threaded.h
-rw-r--r-- root       root            12382 ./usr/include/sys/socket.h
-rw-r--r-- root       root              141 ./usr/include/sys/socketvar.h
-rw-r--r-- root       root               29 ./usr/include/sys/soundcard.h
-rw-r--r-- root       root             2094 ./usr/include/sys/statfs.h
-rw-r--r-- root       root            13767 ./usr/include/sys/stat.h
-rw-r--r-- root       root             2821 ./usr/include/sys/statvfs.h
-rw-r--r-- root       root             1593 ./usr/include/sys/swap.h
-rw-r--r-- root       root             1256 ./usr/include/sys/syscall.h
-rw-r--r-- root       root             1518 ./usr/include/sys/sysinfo.h
-rw-r--r-- root       root             7840 ./usr/include/sys/syslog.h
-rw-r--r-- root       root             2103 ./usr/include/sys/sysmacros.h
-rw-r--r-- root       root             1544 ./usr/include/sys/sysmips.h
-rw-r--r-- root       root             1846 ./usr/include/sys/tas.h
-rw-r--r-- root       root               74 ./usr/include/sys/termios.h
-rw-r--r-- root       root             1155 ./usr/include/sys/timeb.h
-rw-r--r-- root       root             9139 ./usr/include/sys/time.h
-rw-r--r-- root       root             2583 ./usr/include/sys/timerfd.h
-rw-r--r-- root       root             1597 ./usr/include/sys/times.h
-rw-r--r-- root       root             2967 ./usr/include/sys/timex.h
-rw-r--r-- root       root             2499 ./usr/include/sys/ttychars.h
-rw-r--r-- root       root             3568 ./usr/include/sys/ttydefaults.h
-rw-r--r-- root       root             5713 ./usr/include/sys/types.h
-rw-r--r-- root       root             3385 ./usr/include/sys/ucontext.h
-rw-r--r-- root       root             6796 ./usr/include/sys/uio.h
-rw-r--r-- root       root             1467 ./usr/include/sys/un.h
-rw-r--r-- root       root               20 ./usr/include/sys/unistd.h
-rw-r--r-- root       root             5902 ./usr/include/sys/user.h
-rw-r--r-- root       root             2481 ./usr/include/sys/utsname.h
-rw-r--r-- root       root              161 ./usr/include/sys/vfs.h
-rw-r--r-- root       root             1880 ./usr/include/sys/vlimit.h
-rw-r--r-- root       root               22 ./usr/include/sys/vt.h
-rw-r--r-- root       root             6106 ./usr/include/sys/wait.h
-rw-r--r-- root       root             4627 ./usr/include/sys/xattr.h
-rw-r--r-- root       root             3752 ./usr/include/tar.h
-rw-r--r-- root       root              214 ./usr/include/termio.h
-rw-r--r-- root       root             3599 ./usr/include/termios.h
-rw-r--r-- root       root            47627 ./usr/include/tgmath.h
-rw-r--r-- root       root            16024 ./usr/include/thread_db.h
-rw-r--r-- root       root             7799 ./usr/include/threads.h
-rw-r--r-- root       root            15124 ./usr/include/time.h
-rw-r--r-- root       root             2494 ./usr/include/ttyent.h
-rw-r--r-- root       root             3117 ./usr/include/uchar.h
-rw-r--r-- root       root             2037 ./usr/include/ucontext.h
-rw-r--r-- root       root             8855 ./usr/include/udev.h
-rw-r--r-- root       root             1584 ./usr/include/ulimit.h
-rw-r--r-- root       root            44967 ./usr/include/unistd.h
-rw-r--r-- root       root             1905 ./usr/include/utime.h
-rw-r--r-- root       root             3223 ./usr/include/utmp.h
-rw-r--r-- root       root             4100 ./usr/include/utmpx.h
drwxr-xr-x root       root             4096 ./usr/include/uuid
-rw-r--r-- root       root             4041 ./usr/include/uuid/uuid.h
-rw-r--r-- root       root             1956 ./usr/include/values.h
drwxr-xr-x root       root             4096 ./usr/include/video
-rw-r--r-- root       root              213 ./usr/include/video/edid.h
-rw-r--r-- root       root             7643 ./usr/include/video/sisfb.h
-rw-r--r-- root       root             1078 ./usr/include/video/uvesafb.h
-rw-r--r-- root       root               22 ./usr/include/wait.h
-rw-r--r-- root       root            39102 ./usr/include/wchar.h
-rw-r--r-- root       root             5549 ./usr/include/wctype.h
-rw-r--r-- root       root             2502 ./usr/include/wordexp.h
drwxr-xr-x root       root             4096 ./usr/include/xen
-rw-r--r-- root       root             3553 ./usr/include/xen/evtchn.h
-rw-r--r-- root       root             2619 ./usr/include/xen/gntalloc.h
-rw-r--r-- root       root            11022 ./usr/include/xen/gntdev.h
-rw-r--r-- root       root             4206 ./usr/include/xen/privcmd.h
-rw-r--r-- root       root            16646 ./usr/include/zconf.h
-rw-r--r-- root       root            96778 ./usr/include/zlib.h
drwxr-xr-x root       root             4096 ./usr/lib
-rw-r--r-- root       root             6980 ./usr/lib/crt1.o
-rw-r--r-- root       root             2404 ./usr/lib/crti.o
-rw-r--r-- root       root             2104 ./usr/lib/crtn.o
-rw-r--r-- root       root             9496 ./usr/lib/gcrt1.o
-rw-r--r-- root       root                8 ./usr/lib/libanl.a
lrwxrwxrwx root       root               21 ./usr/lib/libanl.so -> ../../lib/libanl.so.1
-rwxr-xr-x root       root            69804 ./usr/lib/libatomic.so.1.2.0
lrwxrwxrwx root       root               18 ./usr/lib/libatomic.so.1 -> libatomic.so.1.2.0
lrwxrwxrwx root       root               18 ./usr/lib/libatomic.so -> libatomic.so.1.2.0
lrwxrwxrwx root       root               27 ./usr/lib/libblkid.so -> ../../lib/libblkid.so.1.1.0
lrwxrwxrwx root       root               30 ./usr/lib/libBrokenLocale.so -> ../../lib/libBrokenLocale.so.1
lrwxrwxrwx root       root               32 ./usr/lib/libc_malloc_debug.so -> ../../lib/libc_malloc_debug.so.0
-rw-r--r-- root       root            20658 ./usr/lib/libc_nonshared.a
-rwxr-xr-x root       root          4032428 ./usr/lib/libcrypto.so.3
lrwxrwxrwx root       root               14 ./usr/lib/libcrypto.so -> libcrypto.so.3
-rw-r--r-- root       root              239 ./usr/lib/libc.so
-rw-r--r-- root       root                8 ./usr/lib/libdl.a
lrwxrwxrwx root       root               27 ./usr/lib/libfdisk.so -> ../../lib/libfdisk.so.1.1.0
-rwxr-xr-x root       root           133580 ./usr/lib/libkmod.so.2.4.0
lrwxrwxrwx root       root               16 ./usr/lib/libkmod.so.2 -> libkmod.so.2.4.0
lrwxrwxrwx root       root               16 ./usr/lib/libkmod.so -> libkmod.so.2.4.0
-rwxr-xr-x root       root           209748 ./usr/lib/liblzma.so.5.4.4
lrwxrwxrwx root       root               16 ./usr/lib/liblzma.so.5 -> liblzma.so.5.4.4
lrwxrwxrwx root       root               16 ./usr/lib/liblzma.so -> liblzma.so.5.4.4
lrwxrwxrwx root       root               27 ./usr/lib/libmount.so -> ../../lib/libmount.so.1.1.0
lrwxrwxrwx root       root               19 ./usr/lib/libm.so -> ../../lib/libm.so.6
lrwxrwxrwx root       root               28 ./usr/lib/libnss_compat.so -> ../../lib/libnss_compat.so.2
lrwxrwxrwx root       root               24 ./usr/lib/libnss_db.so -> ../../lib/libnss_db.so.2
lrwxrwxrwx root       root               28 ./usr/lib/libnss_hesiod.so -> ../../lib/libnss_hesiod.so.2
-rw-r--r-- root       root                8 ./usr/lib/libpthread.a
lrwxrwxrwx root       root               25 ./usr/lib/libpthread.so -> ../../lib/libpthread.so.0
lrwxrwxrwx root       root               24 ./usr/lib/libresolv.so -> ../../lib/libresolv.so.2
lrwxrwxrwx root       root               20 ./usr/lib/librt.so -> ../../lib/librt.so.1
lrwxrwxrwx root       root               31 ./usr/lib/libsmartcols.so -> ../../lib/libsmartcols.so.1.1.0
-rwxr-xr-x root       root           714224 ./usr/lib/libssl.so.3
lrwxrwxrwx root       root               11 ./usr/lib/libssl.so -> libssl.so.3
lrwxrwxrwx root       root               27 ./usr/lib/libthread_db.so -> ../../lib/libthread_db.so.1
lrwxrwxrwx root       root               26 ./usr/lib/libudev.so -> ../../lib/libudev.so.1.6.3
-rw-r--r-- root       root                8 ./usr/lib/libutil.a
-rwxr-xr-x root       root            68932 ./usr/lib/libuuid.so.1.3.0
lrwxrwxrwx root       root               16 ./usr/lib/libuuid.so.1 -> libuuid.so.1.3.0
lrwxrwxrwx root       root               16 ./usr/lib/libuuid.so -> libuuid.so.1.3.0
-rwxr-xr-x root       root           137088 ./usr/lib/libz.so.1.3
lrwxrwxrwx root       root               11 ./usr/lib/libz.so.1 -> libz.so.1.3
lrwxrwxrwx root       root               11 ./usr/lib/libz.so -> libz.so.1.3
-rw-r--r-- root       root             1424 ./usr/lib/Mcrt1.o
drwxr-xr-x root       root             4096 ./usr/lib/opkg
drwxr-xr-x root       root             4096 ./usr/lib/opkg/alternatives
-rw-r--r-- root       root               35 ./usr/lib/opkg/alternatives/[[
-rw-r--r-- root       root               42 ./usr/lib/opkg/alternatives/addgroup
-rw-r--r-- root       root               41 ./usr/lib/opkg/alternatives/adduser
-rw-r--r-- root       root               38 ./usr/lib/opkg/alternatives/ascii
-rw-r--r-- root       root               32 ./usr/lib/opkg/alternatives/ash
-rw-r--r-- root       root               36 ./usr/lib/opkg/alternatives/awk
-rw-r--r-- root       root               35 ./usr/lib/opkg/alternatives/base32
-rw-r--r-- root       root               41 ./usr/lib/opkg/alternatives/basename
-rw-r--r-- root       root               30 ./usr/lib/opkg/alternatives/bin-lsmod
-rw-r--r-- root       root               35 ./usr/lib/opkg/alternatives/blkid
-rw-r--r-- root       root               40 ./usr/lib/opkg/alternatives/bunzip2
-rw-r--r-- root       root               38 ./usr/lib/opkg/alternatives/bzcat
-rw-r--r-- root       root               38 ./usr/lib/opkg/alternatives/bzip2
-rw-r--r-- root       root               32 ./usr/lib/opkg/alternatives/cat
-rw-r--r-- root       root               35 ./usr/lib/opkg/alternatives/chattr
-rw-r--r-- root       root               34 ./usr/lib/opkg/alternatives/chgrp
-rw-r--r-- root       root               34 ./usr/lib/opkg/alternatives/chmod
-rw-r--r-- root       root               34 ./usr/lib/opkg/alternatives/chown
-rw-r--r-- root       root               40 ./usr/lib/opkg/alternatives/chroot
-rw-r--r-- root       root               37 ./usr/lib/opkg/alternatives/chvt
-rw-r--r-- root       root               38 ./usr/lib/opkg/alternatives/clear
-rw-r--r-- root       root               36 ./usr/lib/opkg/alternatives/cmp
-rw-r--r-- root       root               31 ./usr/lib/opkg/alternatives/cp
-rw-r--r-- root       root               33 ./usr/lib/opkg/alternatives/cpio
-rw-r--r-- root       root               38 ./usr/lib/opkg/alternatives/crc32
-rw-r--r-- root       root               36 ./usr/lib/opkg/alternatives/cut
-rw-r--r-- root       root               33 ./usr/lib/opkg/alternatives/date
-rw-r--r-- root       root               35 ./usr/lib/opkg/alternatives/dc
-rw-r--r-- root       root               31 ./usr/lib/opkg/alternatives/dd
-rw-r--r-- root       root               42 ./usr/lib/opkg/alternatives/deallocvt
-rw-r--r-- root       root               42 ./usr/lib/opkg/alternatives/delgroup
-rw-r--r-- root       root               41 ./usr/lib/opkg/alternatives/deluser
-rw-r--r-- root       root               57 ./usr/lib/opkg/alternatives/depmod
-rw-r--r-- root       root               31 ./usr/lib/opkg/alternatives/df
-rw-r--r-- root       root               37 ./usr/lib/opkg/alternatives/diff
-rw-r--r-- root       root               40 ./usr/lib/opkg/alternatives/dirname
-rw-r--r-- root       root               34 ./usr/lib/opkg/alternatives/dmesg
-rw-r--r-- root       root               42 ./usr/lib/opkg/alternatives/dnsdomainname
-rw-r--r-- root       root               35 ./usr/lib/opkg/alternatives/du
-rw-r--r-- root       root               37 ./usr/lib/opkg/alternatives/dumpkmap
-rw-r--r-- root       root               43 ./usr/lib/opkg/alternatives/dumpleases
-rw-r--r-- root       root               33 ./usr/lib/opkg/alternatives/echo
-rw-r--r-- root       root               34 ./usr/lib/opkg/alternatives/egrep
-rw-r--r-- root       root               36 ./usr/lib/opkg/alternatives/env
-rw-r--r-- root       root               37 ./usr/lib/opkg/alternatives/expr
-rw-r--r-- root       root               34 ./usr/lib/opkg/alternatives/false
-rw-r--r-- root       root               39 ./usr/lib/opkg/alternatives/fbset
-rw-r--r-- root       root               35 ./usr/lib/opkg/alternatives/fdisk
-rw-r--r-- root       root               34 ./usr/lib/opkg/alternatives/fgrep
-rw-r--r-- root       root               37 ./usr/lib/opkg/alternatives/find
-rw-r--r-- root       root               38 ./usr/lib/opkg/alternatives/flock
-rw-r--r-- root       root               37 ./usr/lib/opkg/alternatives/free
-rw-r--r-- root       root               34 ./usr/lib/opkg/alternatives/fsck
-rw-r--r-- root       root               36 ./usr/lib/opkg/alternatives/fstrim
-rw-r--r-- root       root               38 ./usr/lib/opkg/alternatives/fuser
-rw-r--r-- root       root               35 ./usr/lib/opkg/alternatives/getopt
-rw-r--r-- root       root               35 ./usr/lib/opkg/alternatives/getty
-rw-r--r-- root       root               33 ./usr/lib/opkg/alternatives/grep
-rw-r--r-- root       root               39 ./usr/lib/opkg/alternatives/groups
-rw-r--r-- root       root               35 ./usr/lib/opkg/alternatives/gunzip
-rw-r--r-- root       root               33 ./usr/lib/opkg/alternatives/gzip
-rw-r--r-- root       root               35 ./usr/lib/opkg/alternatives/halt
-rw-r--r-- root       root               37 ./usr/lib/opkg/alternatives/head
-rw-r--r-- root       root               40 ./usr/lib/opkg/alternatives/hexdump
-rw-r--r-- root       root               37 ./usr/lib/opkg/alternatives/hostname
-rw-r--r-- root       root               37 ./usr/lib/opkg/alternatives/hwclock
-rw-r--r-- root       root               35 ./usr/lib/opkg/alternatives/id
-rw-r--r-- root       root               38 ./usr/lib/opkg/alternatives/ifconfig
-rw-r--r-- root       root               36 ./usr/lib/opkg/alternatives/ifdown
-rw-r--r-- root       root               34 ./usr/lib/opkg/alternatives/ifup
-rw-r--r-- root       root               34 ./usr/lib/opkg/alternatives/init
-rw-r--r-- root       root               57 ./usr/lib/opkg/alternatives/insmod
-rw-r--r-- root       root               32 ./usr/lib/opkg/alternatives/ip
-rw-r--r-- root       root               33 ./usr/lib/opkg/alternatives/kill
-rw-r--r-- root       root               40 ./usr/lib/opkg/alternatives/killall
-rw-r--r-- root       root               35 ./usr/lib/opkg/alternatives/klogd
-rw-r--r-- root       root               41 ./usr/lib/opkg/alternatives/last
-rw-r--r-- root       root               43 ./usr/lib/opkg/alternatives/lastb
-rw-r--r-- root       root               34 ./usr/lib/opkg/alternatives/lbracket
-rw-r--r-- root       root               37 ./usr/lib/opkg/alternatives/less
-rw-r--r-- root       root               31 ./usr/lib/opkg/alternatives/ln
-rw-r--r-- root       root               42 ./usr/lib/opkg/alternatives/loadfont
-rw-r--r-- root       root               38 ./usr/lib/opkg/alternatives/loadkmap
-rw-r--r-- root       root               39 ./usr/lib/opkg/alternatives/logger
-rw-r--r-- root       root               32 ./usr/lib/opkg/alternatives/login
-rw-r--r-- root       root               40 ./usr/lib/opkg/alternatives/logname
-rw-r--r-- root       root               37 ./usr/lib/opkg/alternatives/logread
-rw-r--r-- root       root               37 ./usr/lib/opkg/alternatives/losetup
-rw-r--r-- root       root               31 ./usr/lib/opkg/alternatives/ls
-rw-r--r-- root       root               54 ./usr/lib/opkg/alternatives/lsmod
-rw-r--r-- root       root               38 ./usr/lib/opkg/alternatives/lzcat
-rw-r--r-- root       root               39 ./usr/lib/opkg/alternatives/md5sum
-rw-r--r-- root       root               64 ./usr/lib/opkg/alternatives/mesg
-rw-r--r-- root       root               41 ./usr/lib/opkg/alternatives/microcom
-rw-r--r-- root       root               34 ./usr/lib/opkg/alternatives/mkdir
-rw-r--r-- root       root               39 ./usr/lib/opkg/alternatives/mkfifo
-rw-r--r-- root       root               34 ./usr/lib/opkg/alternatives/mknod
-rw-r--r-- root       root               36 ./usr/lib/opkg/alternatives/mkswap
-rw-r--r-- root       root               35 ./usr/lib/opkg/alternatives/mktemp
-rw-r--r-- root       root               36 ./usr/lib/opkg/alternatives/modinfo
-rw-r--r-- root       root               61 ./usr/lib/opkg/alternatives/modprobe
-rw-r--r-- root       root               33 ./usr/lib/opkg/alternatives/more
-rw-r--r-- root       root               34 ./usr/lib/opkg/alternatives/mount
-rw-r--r-- root       root               67 ./usr/lib/opkg/alternatives/mountpoint
-rw-r--r-- root       root               31 ./usr/lib/opkg/alternatives/mv
-rw-r--r-- root       root               35 ./usr/lib/opkg/alternatives/nc
-rw-r--r-- root       root               36 ./usr/lib/opkg/alternatives/netstat
-rw-r--r-- root       root               38 ./usr/lib/opkg/alternatives/nohup
-rw-r--r-- root       root               38 ./usr/lib/opkg/alternatives/nproc
-rw-r--r-- root       root               41 ./usr/lib/opkg/alternatives/nslookup
-rw-r--r-- root       root               35 ./usr/lib/opkg/alternatives/od
-rw-r--r-- root       root               39 ./usr/lib/opkg/alternatives/openvt
-rw-r--r-- root       root               37 ./usr/lib/opkg/alternatives/passwd
-rw-r--r-- root       root               38 ./usr/lib/opkg/alternatives/patch
-rw-r--r-- root       root               38 ./usr/lib/opkg/alternatives/pgrep
-rw-r--r-- root       root               58 ./usr/lib/opkg/alternatives/pidof
-rw-r--r-- root       root               31 ./usr/lib/opkg/alternatives/ping
-rw-r--r-- root       root               32 ./usr/lib/opkg/alternatives/ping6
-rw-r--r-- root       root               40 ./usr/lib/opkg/alternatives/pivot_root
-rw-r--r-- root       root               43 ./usr/lib/opkg/alternatives/poweroff
-rw-r--r-- root       root               39 ./usr/lib/opkg/alternatives/printf
-rw-r--r-- root       root               31 ./usr/lib/opkg/alternatives/ps
-rw-r--r-- root       root               32 ./usr/lib/opkg/alternatives/pwd
-rw-r--r-- root       root               39 ./usr/lib/opkg/alternatives/rdate
-rw-r--r-- root       root               41 ./usr/lib/opkg/alternatives/readlink
-rw-r--r-- root       root               41 ./usr/lib/opkg/alternatives/realpath
-rw-r--r-- root       root               62 ./usr/lib/opkg/alternatives/reboot
-rw-r--r-- root       root               39 ./usr/lib/opkg/alternatives/renice
-rw-r--r-- root       root               38 ./usr/lib/opkg/alternatives/reset
-rw-r--r-- root       root               39 ./usr/lib/opkg/alternatives/resize
-rw-r--r-- root       root               32 ./usr/lib/opkg/alternatives/rev
-rw-r--r-- root       root               40 ./usr/lib/opkg/alternatives/rfkill
-rw-r--r-- root       root               31 ./usr/lib/opkg/alternatives/rm
-rw-r--r-- root       root               34 ./usr/lib/opkg/alternatives/rmdir
-rw-r--r-- root       root               55 ./usr/lib/opkg/alternatives/rmmod
-rw-r--r-- root       root               35 ./usr/lib/opkg/alternatives/route
-rw-r--r-- root       root               43 ./usr/lib/opkg/alternatives/runlevel
-rw-r--r-- root       root               38 ./usr/lib/opkg/alternatives/run-parts
-rw-r--r-- root       root               32 ./usr/lib/opkg/alternatives/sed
-rw-r--r-- root       root               36 ./usr/lib/opkg/alternatives/seq
-rw-r--r-- root       root               40 ./usr/lib/opkg/alternatives/setconsole
-rw-r--r-- root       root               39 ./usr/lib/opkg/alternatives/setsid
-rw-r--r-- root       root               31 ./usr/lib/opkg/alternatives/sh
-rw-r--r-- root       root               40 ./usr/lib/opkg/alternatives/sha1sum
-rw-r--r-- root       root               42 ./usr/lib/opkg/alternatives/sha256sum
-rw-r--r-- root       root               37 ./usr/lib/opkg/alternatives/shuf
-rw-r--r-- root       root               43 ./usr/lib/opkg/alternatives/shutdown
-rw-r--r-- root       root               34 ./usr/lib/opkg/alternatives/sleep
-rw-r--r-- root       root               37 ./usr/lib/opkg/alternatives/sort
-rw-r--r-- root       root               47 ./usr/lib/opkg/alternatives/start-stop-daemon
-rw-r--r-- root       root               33 ./usr/lib/opkg/alternatives/stat
-rw-r--r-- root       root               40 ./usr/lib/opkg/alternatives/strings
-rw-r--r-- root       root               33 ./usr/lib/opkg/alternatives/stty
-rw-r--r-- root       root               29 ./usr/lib/opkg/alternatives/su
-rw-r--r-- root       root               37 ./usr/lib/opkg/alternatives/sulogin
-rw-r--r-- root       root               37 ./usr/lib/opkg/alternatives/swapoff
-rw-r--r-- root       root               36 ./usr/lib/opkg/alternatives/swapon
-rw-r--r-- root       root               41 ./usr/lib/opkg/alternatives/switch_root
-rw-r--r-- root       root               33 ./usr/lib/opkg/alternatives/sync
-rw-r--r-- root       root               36 ./usr/lib/opkg/alternatives/sysctl
-rw-r--r-- root       root               37 ./usr/lib/opkg/alternatives/syslogd
-rw-r--r-- root       root               37 ./usr/lib/opkg/alternatives/tail
-rw-r--r-- root       root               32 ./usr/lib/opkg/alternatives/tar
-rw-r--r-- root       root               36 ./usr/lib/opkg/alternatives/tee
-rw-r--r-- root       root               39 ./usr/lib/opkg/alternatives/telnet
-rw-r--r-- root       root               37 ./usr/lib/opkg/alternatives/test
-rw-r--r-- root       root               37 ./usr/lib/opkg/alternatives/tftp
-rw-r--r-- root       root               37 ./usr/lib/opkg/alternatives/time
-rw-r--r-- root       root               36 ./usr/lib/opkg/alternatives/top
-rw-r--r-- root       root               34 ./usr/lib/opkg/alternatives/touch
-rw-r--r-- root       root               35 ./usr/lib/opkg/alternatives/tr
-rw-r--r-- root       root               41 ./usr/lib/opkg/alternatives/traceroute
-rw-r--r-- root       root               33 ./usr/lib/opkg/alternatives/true
-rw-r--r-- root       root               35 ./usr/lib/opkg/alternatives/ts
-rw-r--r-- root       root               36 ./usr/lib/opkg/alternatives/tty
-rw-r--r-- root       root               36 ./usr/lib/opkg/alternatives/udhcpc
-rw-r--r-- root       root               40 ./usr/lib/opkg/alternatives/udhcpd
-rw-r--r-- root       root               35 ./usr/lib/opkg/alternatives/umount
-rw-r--r-- root       root               34 ./usr/lib/opkg/alternatives/uname
-rw-r--r-- root       root               37 ./usr/lib/opkg/alternatives/uniq
-rw-r--r-- root       root               39 ./usr/lib/opkg/alternatives/unlink
-rw-r--r-- root       root               38 ./usr/lib/opkg/alternatives/unzip
-rw-r--r-- root       root               39 ./usr/lib/opkg/alternatives/uptime
-rw-r--r-- root       root               38 ./usr/lib/opkg/alternatives/users
-rw-r--r-- root       root               35 ./usr/lib/opkg/alternatives/usleep
-rw-r--r-- root       root               49 ./usr/lib/opkg/alternatives/utmpdump
-rw-r--r-- root       root               31 ./usr/lib/opkg/alternatives/vi
-rw-r--r-- root       root               36 ./usr/lib/opkg/alternatives/vlock
-rw-r--r-- root       root               41 ./usr/lib/opkg/alternatives/wall
-rw-r--r-- root       root               34 ./usr/lib/opkg/alternatives/watch
-rw-r--r-- root       root               35 ./usr/lib/opkg/alternatives/wc
-rw-r--r-- root       root               37 ./usr/lib/opkg/alternatives/wget
-rw-r--r-- root       root               38 ./usr/lib/opkg/alternatives/which
-rw-r--r-- root       root               36 ./usr/lib/opkg/alternatives/who
-rw-r--r-- root       root               39 ./usr/lib/opkg/alternatives/whoami
-rw-r--r-- root       root               38 ./usr/lib/opkg/alternatives/xargs
-rw-r--r-- root       root               38 ./usr/lib/opkg/alternatives/xzcat
-rw-r--r-- root       root               36 ./usr/lib/opkg/alternatives/yes
-rw-r--r-- root       root               33 ./usr/lib/opkg/alternatives/zcat
drwxr-xr-x root       root             4096 ./usr/lib/ossl-modules
-rwxr-xr-x root       root           143052 ./usr/lib/ossl-modules/legacy.so
drwxr-xr-x root       root             4096 ./usr/lib/pkgconfig
-rw-r--r-- root       root              191 ./usr/lib/pkgconfig/blkid.pc
-rw-r--r-- root       root              213 ./usr/lib/pkgconfig/fdisk.pc
-rw-r--r-- root       root              315 ./usr/lib/pkgconfig/libcrypto.pc
-rw-r--r-- root       root              220 ./usr/lib/pkgconfig/libkmod.pc
-rw-r--r-- root       root              390 ./usr/lib/pkgconfig/liblzma.pc
-rw-r--r-- root       root              253 ./usr/lib/pkgconfig/libssl.pc
-rw-r--r-- root       root              493 ./usr/lib/pkgconfig/libudev.pc
-rw-r--r-- root       root              642 ./usr/lib/pkgconfig/mount.pc
-rw-r--r-- root       root              207 ./usr/lib/pkgconfig/openssl.pc
-rw-r--r-- root       root              204 ./usr/lib/pkgconfig/smartcols.pc
-rw-r--r-- root       root              204 ./usr/lib/pkgconfig/uuid.pc
-rw-r--r-- root       root              230 ./usr/lib/pkgconfig/zlib.pc
-rw-r--r-- root       root             6604 ./usr/lib/Scrt1.o
drwxr-xr-x root       root             4096 ./usr/lib/ssl-3
-rw-r--r-- root       root            12324 ./usr/lib/ssl-3/openssl.cnf.dist
lrwxrwxrwx root       root               28 ./usr/lib/ssl-3/openssl.cnf -> ../../../etc/ssl/openssl.cnf
drwxr-xr-x root       root             4096 ./usr/sbin
lrwxrwxrwx root       root               19 ./usr/sbin/addgroup -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/sbin/adduser -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/sbin/chroot -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/sbin/delgroup -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/sbin/deluser -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/sbin/fbset -> /bin/busybox.nosuid
-rwxr-xr-x root       root            68448 ./usr/sbin/iconvconfig
lrwxrwxrwx root       root               19 ./usr/sbin/loadfont -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/sbin/rdate -> /bin/busybox.nosuid
lrwxrwxrwx root       root               19 ./usr/sbin/rfkill -> /bin/busybox.nosuid
-rwxr-xr-x root       root             9104 ./usr/sbin/service
lrwxrwxrwx root       root               19 ./usr/sbin/udhcpd -> /bin/busybox.nosuid
-rwxr-xr-x root       root             6388 ./usr/sbin/update-rc.d
drwxr-xr-x root       root             4096 ./usr/share
drwxr-xr-x root       root             4096 ./usr/share/dict
drwxr-xr-x root       root             4096 ./usr/share/info
drwxr-xr-x root       root             4096 ./usr/share/man
drwxr-xr-x root       root             4096 ./usr/share/misc
drwxr-xr-x root       root             4096 ./usr/share/pkgconfig
-rw-r--r-- root       root              111 ./usr/share/pkgconfig/udev.pc
drwxr-xr-x root       root             4096 ./usr/share/udhcpc
-rwxr-xr-x root       root               49 ./usr/share/udhcpc/default.script
drwxr-xr-x root       root             4096 ./usr/src
drwxr-xr-x root       root             4096 ./var
drwxr-xr-x root       root             4096 ./var/backups
drwxr-xr-x root       root             4096 ./var/cache
drwxr-xr-x root       root             4096 ./var/db
-rwxr-xr-x root       root             4453 ./var/db/makedbs.sh
-rw-r--r-- root       root             5291 ./var/db/Makefile
drwxr-xr-x root       root             4096 ./var/lib
drwxr-xr-x root       root             4096 ./var/lib/misc
drwxr-xr-x root       root             4096 ./var/lib/urandom
drwxr-xr-x root       root             4096 ./var/local
lrwxrwxrwx root       root               11 ./var/lock -> ../run/lock
lrwxrwxrwx root       root               12 ./var/log -> volatile/log
lrwxrwxrwx root       root                6 ./var/run -> ../run
drwxr-xr-x root       root             4096 ./var/spool
lrwxrwxrwx root       root               12 ./var/tmp -> volatile/tmp
drwxr-xr-x root       root             4096 ./var/volatile