diff --git a/pkg/webhook/operatingsystemconfig/resources/auditrules/11-privileged-special.rules b/pkg/webhook/operatingsystemconfig/resources/auditrules/11-privileged-special.rules index 0476e460..b6324c3d 100644 --- a/pkg/webhook/operatingsystemconfig/resources/auditrules/11-privileged-special.rules +++ b/pkg/webhook/operatingsystemconfig/resources/auditrules/11-privileged-special.rules @@ -10,4 +10,4 @@ ## The mount_setattr kernel function is available only linux kernel versions >= 5.12. ## It is specified in a separate rule so that the rule for the system ## calls above can be safely loaded on kernel versions < 5.12. --a exit,always -F arch=b64 -S mount_setattr -F auid!=-1 -F key=privileged_special \ No newline at end of file +-a exit,always -F arch=b64 -S mount_setattr -F auid!=-1 -F key=privileged_special diff --git a/pkg/webhook/operatingsystemconfig/testdata/11-privileged-special.rules b/pkg/webhook/operatingsystemconfig/testdata/11-privileged-special.rules index 0476e460..b6324c3d 100644 --- a/pkg/webhook/operatingsystemconfig/testdata/11-privileged-special.rules +++ b/pkg/webhook/operatingsystemconfig/testdata/11-privileged-special.rules @@ -10,4 +10,4 @@ ## The mount_setattr kernel function is available only linux kernel versions >= 5.12. ## It is specified in a separate rule so that the rule for the system ## calls above can be safely loaded on kernel versions < 5.12. --a exit,always -F arch=b64 -S mount_setattr -F auid!=-1 -F key=privileged_special \ No newline at end of file +-a exit,always -F arch=b64 -S mount_setattr -F auid!=-1 -F key=privileged_special