How to add Oracle 19c executables to OL8 x86-64 fapolicyd trusted list
Oracle RDBMS 19c Enterprise Edition
OS: OL8 Oracle Linux 8 - x86-64
RDBMS 19c was installed via a direct extraction of downloaded zip file (LINUX.X64_193000_db_home.zip) directly into ORACLE_HOME location.
From some internet searching I understand that if the install was performed via yum/dnf from rpm, the files would automatically be added to the fapolicyd trusted list, but since it was not (as it was a .zip file direct extraction) the various files are not added to the trusted list. As such, I currently disable fapolicyd so the RDBMS can run. I understand I can add the entire oracle_home or oracle_home/bin directory to the list, but this seems excessive and doesn't specifically target the executables. Is this the standard approach?