commit | def7343ff03bbb36ce7a34dcb19cab599f0da446 | [log] [tgz] |
---|---|---|
author | Alexey Gladkov <legion@kernel.org> | Tue May 03 15:39:54 2022 +0200 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Tue May 03 17:25:58 2022 -0500 |
tree | 8062c83e408b4a3a215104a3fd15271fd2ee0441 | |
parent | 1f5c135ee509e89e0cc274333a65f73c62cb16e5 [diff] |
ipc: Use the same namespace to modify and validate In the 1f5c135ee509 ("ipc: Store ipc sysctls in the ipc namespace") I missed that in addition to the modification of sem_ctls[3], the change is validated. This validation must occur in the same namespace. Link: https://lore.kernel.org/lkml/875ymnvryb.fsf@email.froward.int.ebiederm.org/ Fixes: 1f5c135ee509 ("ipc: Store ipc sysctls in the ipc namespace") Signed-off-by: Alexey Gladkov <legion@kernel.org> Link: https://lkml.kernel.org/r/b3cb9a25cce6becbef77186bc1216071a08a969b.1651584847.git.legion@kernel.org Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>