diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2024-11-13 16:53:29 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-11-14 10:15:33 +0000 |
| commit | 77f3eeb755d0c3e79023775a7e72e05dded0f8a1 (patch) | |
| tree | 4b6df9a21d8bc86f6b616494d21921bbcac56e58 /executor/_include | |
| parent | 5b77d93a9aac0b085075e737a639586e2ca52a7a (diff) | |
tools/syz-declextract: store interfaces info in a text file
One line per interface allows to use all power of unix utilities
to process these files. For example the following command
allow to select all unpriviledged interfaces present in one kernel
but not in another:
comm -23 <(cat auto1.info | grep access:user | cut -f -2 | sort) \
<(cat auto2.info | cut -f -2 | sort)
Diffstat (limited to 'executor/_include')
0 files changed, 0 insertions, 0 deletions
