Thanks The Eskimo,
FamRTServicebig is a notarized ES client run as daemon, via /Library/LaunchDaemons/FamRTServicebig.plist.
FamRTServicebig daemon is also using a system extension (libES.dylib), but the extension does not appear in System Preferences > Security & Privacy.
MacBookAirnoMacBook-Air:~ macbookair$ sudo less /Library/LaunchDaemons/FamRTServicebig.plist
<plist>
<dict>
<key>EnablePressuredExit</key>
<true/>
<key>CFBundleIdentifier</key>
<string>$(PRODUCTBUNDLEIDENTIFIER)</string>
<key>CFBundleShortVersionString</key>
<string>7.0.0.18</string>
<key>CFBundleVersion</key>
<string>7.0.0.18</string>
<key>KeepAlive</key>
<true/>
<key>Label</key>
<string>realtime.scan</string>
<key>ProgramArguments</key>
<array>
<string>/Library/Application Support/test/bin/FamRTServicebig</string>
<string>-inf1</string>
<string>1</string>
<string>-sus1</string>
<string>1</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>StandardErrorPath</key>
<string>/var/log/realtimescan.log</string>
<key>StandardOutPath</key>
<string>/var/log/realtime_scan.log</string>
</dict>
</plist>
Could you let us know if there missing or incorrect settings in our app?
Thanks in advance for your help.