sysctl: Set fs.suid_dumpable=2 for release builds 43/193643/2
authorKarol Lewandowski <k.lewandowsk@samsung.com>
Thu, 22 Nov 2018 17:44:03 +0000 (18:44 +0100)
committerKarol Lewandowski <k.lewandowsk@samsung.com>
Fri, 23 Nov 2018 15:45:21 +0000 (15:45 +0000)
commit8b0d119c51d648589b7988ab59f9a242707e87e1
tree7bd9a47c6d6571dc57808aa921ebeb9c8748d524
parent865653d839a318ab3834dd91f36938e8d6ef1d65
sysctl: Set fs.suid_dumpable=2 for release builds

This commit enables dumping all processes - including those considered
by kernel as "suid".

Process is considered "suid" not only when it does (among other)
setuid/setgid but also when Capabilities are defined in systemd
unit.  With suid_dumpable=0 crash of such "suid" processes would
not trigger execution of crash-worker by the kernel.

Please see suid_dumpable description in proc(5) for full explanation
what kernel considers "suid".

Change-Id: I067355ba651507b35ef7c8d23245443184b670cf
src/crash-manager/99-crash-manager.conf.in