-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
- Loading branch information
There are no files selected for viewing
3 comments
on commit ccead29
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm happy to remove it! The rest of the change is:
- Add
@system-service
as it was preventingbrk
from loading on one of my workstations. - Cosmetic. The line was getting to long.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Nexarian
Regarding @system-service
see this comment by @iskunk
I should really have picked up on this sooner. Suggest we leave it as it is for now for v0.10 as we're now feature-frozen on that. We can revisit it when we merge this back into devel
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On my workstation, when I tried to simply add the crashing system call brk
, it didn't work. I can try to make it more granular with future testing.
I'm not so sure the
SystemCallErrorNumber=EPERM
is a good idea.This is above all a security feature, so I think the default operation is correct. Furthermore, if this happens the logging is sufficient to identify the failing system call. See #2697