Searched hist:"1 f5c135ee509e89e0cc274333a65f73c62cb16e5" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/ipc/ |
H A D | ipc_sysctl.c | diff 1f5c135ee509e89e0cc274333a65f73c62cb16e5 Mon Feb 14 12:18:15 CST 2022 Alexey Gladkov <legion@kernel.org> ipc: Store ipc sysctls in the ipc namespace
The ipc sysctls are not available for modification inside the user namespace. Following the mqueue sysctls, we changed the implementation to be more userns friendly.
So far, the changes do not provide additional access to files. This will be done in a future patch.
Signed-off-by: Alexey Gladkov <legion@kernel.org> Link: https://lkml.kernel.org/r/be6f9d014276f4dddd0c3aa05a86052856c1c555.1644862280.git.legion@kernel.org Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
|
H A D | namespace.c | diff 1f5c135ee509e89e0cc274333a65f73c62cb16e5 Mon Feb 14 12:18:15 CST 2022 Alexey Gladkov <legion@kernel.org> ipc: Store ipc sysctls in the ipc namespace
The ipc sysctls are not available for modification inside the user namespace. Following the mqueue sysctls, we changed the implementation to be more userns friendly.
So far, the changes do not provide additional access to files. This will be done in a future patch.
Signed-off-by: Alexey Gladkov <legion@kernel.org> Link: https://lkml.kernel.org/r/be6f9d014276f4dddd0c3aa05a86052856c1c555.1644862280.git.legion@kernel.org Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
|
/openbmc/linux/include/linux/ |
H A D | ipc_namespace.h | diff 1f5c135ee509e89e0cc274333a65f73c62cb16e5 Mon Feb 14 12:18:15 CST 2022 Alexey Gladkov <legion@kernel.org> ipc: Store ipc sysctls in the ipc namespace
The ipc sysctls are not available for modification inside the user namespace. Following the mqueue sysctls, we changed the implementation to be more userns friendly.
So far, the changes do not provide additional access to files. This will be done in a future patch.
Signed-off-by: Alexey Gladkov <legion@kernel.org> Link: https://lkml.kernel.org/r/be6f9d014276f4dddd0c3aa05a86052856c1c555.1644862280.git.legion@kernel.org Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
|