commit | 65d96351b135c2a694814520a6031f3721020ba9 | [log] [tgz] |
---|---|---|
author | Ethan Edwards <ethancarteredwards@gmail.com> | Wed Jun 24 12:12:58 2020 -0400 |
committer | Paul Moore <paul@paul-moore.com> | Mon Jun 29 19:26:17 2020 -0400 |
tree | 6feb36f70fbe2ebf4bde236ccc7956c4ca661c0d | |
parent | 7383c0f94d3c902d5dd68792331e9a1d4a5ad6cb [diff] |
selinux: fixed a checkpatch warning with the sizeof macro `sizeof buf` changed to `sizeof(buf)` Signed-off-by: Ethan Edwards <ethancarteredwards@gmail.com> [PM: rewrote the subject line] Signed-off-by: Paul Moore <paul@paul-moore.com>