Skip to content

Easy way to enable all signatures in a policy #3751

Open
@NDStrahilevitz

Description

@NDStrahilevitz

Currently, if a user loads a shared object with a large amount of sigantures, the work of actually enabling all these signatures is exhausting (imagine writing 50 different sigantures and enabling all of them!).
The likely way to implement this is supporting sets again or something similar in the policy file. So we could do something like

...
spec:
    scope:
        - global
    rules:
        set: signatures
        event: security_file_open

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions