From 71db69869e82cce9af00f8660c6e867936b19212 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 4 May 2020 09:21:34 +0200 Subject: sys/linux: mark some ioctls as disabled Mark ioctls we disable in init.go as disabled. Update #477 Update #502 --- sys/linux/prctl_arm.const | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/prctl_arm.const') diff --git a/sys/linux/prctl_arm.const b/sys/linux/prctl_arm.const index 11f16c599..1b9433aa4 100644 --- a/sys/linux/prctl_arm.const +++ b/sys/linux/prctl_arm.const @@ -8,7 +8,7 @@ # ARCH_SET_CPUID is not set # ARCH_SET_FS is not set # ARCH_SET_GS is not set -CAP_LAST_CAP = 37 +CAP_LAST_CAP = 38 PR_CAPBSET_DROP = 24 PR_CAPBSET_READ = 23 PR_CAP_AMBIENT = 47 -- cgit mrf-deployment