linux-application-whitelisting / fapolicyd

File Access Policy Daemon
GNU General Public License v3.0
192 stars 55 forks source link

Document exit codes from CLI #262

Open jasonparallel opened 1 year ago

jasonparallel commented 1 year ago

The cli seems to use non-standard exit codes, for example adding a file it looks like -1 is error, 1 is nothing added, 0 is something added. Are they going to be stable to be counted on when scripting? Can they be documented?