Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audit: Imported system call rules in different format are treating as new rules. #522

Open
jay-katta opened this issue Jan 4, 2017 · 1 comment

Comments

@jay-katta
Copy link
Member

When we create system calls from UI, system calls are getting constructed in the following format -
-a always,exit -F arch=b64 -S exit,read,write,open -F key=testscrule

But when we import same rule in different format -
-a always,exit -F arch=b64 -S exit -S read -S write -S open -F key=testscrule

loaded rules is becoming as -
-a always,exit -F arch=b64 -S exit,read,write,open -F key=testscrule
and persisted rule is as -
-a always,exit -F arch=b64 -S exit -S read -S write -S open -F key=testscrule

Hence, in UI when we list rules, these two are listing as two rules, one as loaded and another as persisted

@jay-katta
Copy link
Member Author

Soon will send the fix for this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant