mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-29 17:46:46 +00:00
seccomp: s/seccomp_notif_alloc/seccomp_notify_alloc/g
Align with upstream libseccomp. Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
72b101aedf
commit
1f51fc702b
@ -1459,7 +1459,7 @@ int lxc_seccomp_setup_proxy(struct lxc_seccomp *seccomp,
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
ret = seccomp_notif_alloc(&seccomp->notifier.req_buf,
|
ret = seccomp_notify_alloc(&seccomp->notifier.req_buf,
|
||||||
&seccomp->notifier.rsp_buf);
|
&seccomp->notifier.rsp_buf);
|
||||||
if (ret) {
|
if (ret) {
|
||||||
ERROR("Failed to allocate seccomp notify request and response buffers");
|
ERROR("Failed to allocate seccomp notify request and response buffers");
|
||||||
|
Loading…
Reference in New Issue
Block a user