Re: [PATCH 1/1] NAX LSM: Add initial support support
From: Igor Zhbanov <hidden>
Date: 2021-08-12 20:24:39
Also in:
linux-security-module
From: Igor Zhbanov <hidden>
Date: 2021-08-12 20:24:39
Also in:
linux-security-module
Hi Simon, ср, 28 июл. 2021 г. в 13:19, THOBY Simon [off-list ref]:
Nit: considering that allowed_caps_hex is only used in this function, and that it represents a small amount of stack space, couldn't you define it directly in the function?quoted
+ len = strlen(allowed_caps_hex);
It is also used as sysctl parameter input buffer in nax_sysctl_table[] for "allowed_caps" parameter.