vArmor is a cloud native container sandbox system based on AppArmor/BPF/Seccomp. It also includes multiple built-in protection rules that are ready to use out of the box.
Update CRD structure by converting specific fields to pointers. This adjustment allows for better handling of nil values and reduces memory overhead where these fields are not mandatory.
Change fields EnhanceProtect, ModelingOptions, BpfRawRules, Network, and Ptrace in the VarmorPolicy/VarmorClusterPolicy from objects to pointers.
Change fields AppArmor and Seccomp in the ArmorProfileModel from objects to pointers.
Update associated functions and tests accordingly.
Update CRD structure by converting specific fields to pointers. This adjustment allows for better handling of nil values and reduces memory overhead where these fields are not mandatory.