You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
Right now instead of going into implementing full-fledged CRDs, rely on a configmap for the policy information. The app will read the policy from a configmap with name fanotify-policy in fanotify-mon namespace with key policy. This policy will be parsed by the application to decide what pods should be selected for policy enforcement.
Here is the document to flesh out the policy language.
The text was updated successfully, but these errors were encountered:
Right now instead of going into implementing full-fledged CRDs, rely on a configmap for the policy information. The app will read the policy from a configmap with name
fanotify-policy
infanotify-mon
namespace with keypolicy
. This policy will be parsed by the application to decide what pods should be selected for policy enforcement.Here is the document to flesh out the policy language.
The text was updated successfully, but these errors were encountered: