You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The executable field for a MacOS process has incorrect value. For linux the value of executable holds just the executable name. For MacOS processes, the same field holds the full path to the executable.
MacOS:
Linux:
To Reproduce
Steps to reproduce the behavior:
Open cnspec shell
Run processes{executable}
Note the mistake
Expected behavior
The value of executable should behave the same as for Linux. It should contain just the executable name, not the full path
The text was updated successfully, but these errors were encountered:
Describe the bug
The
executable
field for a MacOS process has incorrect value. For linux the value ofexecutable
holds just the executable name. For MacOS processes, the same field holds the full path to the executable.MacOS:
Linux:
To Reproduce
Steps to reproduce the behavior:
cnspec shell
processes{executable}
Expected behavior
The value of
executable
should behave the same as for Linux. It should contain just the executable name, not the full pathThe text was updated successfully, but these errors were encountered: