Information
If auditing is enabled late in the startup process, the actions of some startup processes may not be audited. Some audit systems also maintain state information only available if auditing is enabled before a given process is created.
Solution
Navigate to and open:
/boot/grub2/grub.cfg
Locate the boot command line arguments. An example follows:
linux /boot/$photon_linux root=$rootpartition $photon_cmdline $systemd_cmdline
Add "audit=1" to the end of the line so it reads as follows:
linux /boot/$photon_linux root=$rootpartition $photon_cmdline $systemd_cmdline audit=1
Note: Do not copy/paste in this example argument line. This may change in future releases. Find the similar line and append "audit=1" to it.
Reboot the system for the change to take effect.