remove spaces etc. at end of line (no functional change)
Šī revīzija ir iekļauta:
@@ -175,7 +175,7 @@ bool SandboxLinux::enableForInit()
|
||||
{
|
||||
umask(0027);
|
||||
|
||||
//TODO. there is execv for SPARC. Sigh...
|
||||
//TODO. there is execv for SPARC. Sigh...
|
||||
if(!seccomp_blacklist({ SCMP_SYS(execveat), SCMP_SYS(execve) }))
|
||||
{
|
||||
Logger::error() << "Failed to install blacklisting seccomp filter";
|
||||
|
@@ -20,7 +20,7 @@ public:
|
||||
|
||||
|
||||
/* Activated after we have acquired resources (bound to ports etc.)
|
||||
*
|
||||
*
|
||||
* This should allow us to further restrcit the process */
|
||||
virtual bool enableForWorker() = 0;
|
||||
};
|
||||
|
Atsaukties uz šo jaunā problēmā
Block a user