Re: [PATCH v10 5/9] ima: make process_buffer_measurement() generic

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 10/31/19 10:02 AM, Lakshmi Ramasubramanian wrote:

On 10/30/19 8:31 PM, Mimi Zohar wrote:

  void ima_kexec_cmdline(const void *buf, int size)
  {
-    u32 secid;
-
-    if (buf && size != 0) {
-        security_task_getsecid(current, &secid);
+    if (buf && size != 0)

Open brace { is missing in the above if statement.

My mistake -
I now see that the braces {} have been removed in the if statement since there is only line body the call to process_buffer_measurement()

 -lakshmi


          process_buffer_measurement(buf, size, "kexec-cmdline",
-                       current_cred(), secid);
-    }
+                       KEXEC_CMDLINE, 0);
  }

  -lakshmi




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux Kernel]     [Linux Kernel Hardening]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux SCSI]

  Powered by Linux