Skip to content
Commit 6cd9d4b9 authored by Paul Moore's avatar Paul Moore
Browse files

selinux: minor tweaks to selinux_add_opt()



Two minor edits to selinux_add_opt(): use "sizeof(*ptr)" instead of
"sizeof(type)" in the kzalloc() call, and rename the "Einval" jump
target to "err" for the sake of consistency.

Signed-off-by: default avatarPaul Moore <paul@paul-moore.com>
parent 2e08df3c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment