Files
kernel_xiaomi_raphael/security
Ondrej Mosnacek d03d5b92b1 selinux: remove useless assignments
The code incorrectly assigned directly to the variables instead of the
values they point to. Since the values are already set to NULL/0 at the
beginning of the function, we can simply remove these useless
assignments.

Reported-by: Hariprasad Kelam <hariprasad.kelam@gmail.com>
Fixes: fede148324c3 ("selinux: log invalid contexts in AVCs")
Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
[PM: removed a bad comment that was causing compiler warnings]
Signed-off-by: Paul Moore <paul@paul-moore.com>
Signed-off-by: UtsavBalar1231 <utsavbalar1231@gmail.com>
2020-08-15 21:16:35 +05:30
..
2019-05-27 09:37:12 +02:00