-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
spawn/UidGid: rename
uid
, gid
to effective_uid
, effective_gid
- Loading branch information
1 parent
da70674
commit 7e82650
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule libcommon
updated
17 files
+2 −2 | demo/spawn/RunSpawn.cxx | |
+6 −0 | src/event/Loop.cxx | |
+84 −0 | src/net/PeerCredentials.hxx | |
+18 −8 | src/net/SocketDescriptor.cxx | |
+4 −7 | src/net/SocketDescriptor.hxx | |
+1 −1 | src/net/linux/PeerAuth.cxx | |
+6 −7 | src/net/linux/PeerAuth.hxx | |
+4 −4 | src/spawn/Client.cxx | |
+4 −3 | src/spawn/Config.hxx | |
+2 −2 | src/spawn/Direct.cxx | |
+3 −3 | src/spawn/Launch.cxx | |
+1 −1 | src/spawn/MountNamespaceOptions.cxx | |
+9 −9 | src/spawn/NamespaceOptions.cxx | |
+6 −6 | src/spawn/Server.cxx | |
+27 −24 | src/spawn/UidGid.cxx | |
+18 −12 | src/spawn/UidGid.hxx | |
+7 −7 | src/translation/Parser.cxx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters