-
Notifications
You must be signed in to change notification settings - Fork 160
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
parsing CONFIG_LSM option implementation #167
base: master
Are you sure you want to change the base?
Conversation
9777464
to
407628c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @d1sgr4c3,
Thanks for your work!
Please see my review.
53e873c
to
623bd4b
Compare
@a13xp0p0v, done with advices |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @d1sgr4c3.
Thanks for the fixes.
But there are a lot of things to improve still.
Please see my review.
hello, @a13xp0p0v
in an any case, i re-wrote code, excluded bugs and made all like you wrote in review + it works |
210b5b8
to
5e03408
Compare
hello, @a13xp0p0v |
That is needed to fix these assertions: ``` File "/home/a13x/land/develop/Linux_Kernel/kernel-hardening-checker/kernel_hardening_checker/engine.py", line 302, in check assert(opt.result.startswith('OK: is not off')), \ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: unexpected OK description "OK: in "lockdown,yama,integrity,apparmor,bpf,landlock"" ``` and ``` File "/home/a13x/land/develop/Linux_Kernel/kernel-hardening-checker/kernel_hardening_checker/engine.py", line 340, in check assert(opt.result == 'FAIL: is off, not found'), \ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: unexpected FAIL description "FAIL: not in "lockdown,yama,integrity,apparmor,bpf,landlock"" ```
hello, @a13xp0p0v
this PR refers to #151
i have a few theses
checks design
may be we shoould use this design
instead of
modules
may be you meant some modules which i not commited?
grenerate option
how to be with
-g X86_64
?