]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: rename EXEC_APPLY_PERMISSIONS → EXEC_APPLY_SANDBOXING
authorLennart Poettering <lennart@poettering.net>
Tue, 1 Aug 2017 09:30:44 +0000 (11:30 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 10 Aug 2017 13:02:50 +0000 (15:02 +0200)
commit1703fa41a73ff2225ca38e84df522ada49d05753
treefc010650032034f8538520592808f9736b6afd22
parentf0d477979e0d759c4160df010ec9c44863c7032a
core: rename EXEC_APPLY_PERMISSIONS → EXEC_APPLY_SANDBOXING

"Permissions" was a bit of a misnomer, as it suggests that UNIX file
permission bits are adjusted, which aren't really changed here. Instead,
this is about UNIX credentials such as users or groups, as well as
namespacing, hence let's use a more generic term here, without any
misleading reference to UNIX file permissions: "sandboxing", which shall
refer to all kinds of sandboxing technologies, including UID/GID
dropping, selinux relabelling, namespacing, seccomp, and so on.
src/core/execute.c
src/core/execute.h
src/core/mount.c
src/core/service.c
src/core/socket.c
src/core/swap.c