D
deineMudda
Gast
Da du offensichtlich zu faul bist um dich selbst zu informieren:0x8100 schrieb:es geht nicht um anmeldemechanismen, sondern darum, dass bugs im code automatisch mit höchstmöglichen rechten laufen. samba dagegen läuft als user-prozess und kann entsprechend abgeschottet werden.
KSMBD architecture
==================
The subset of performance related operations belong in kernelspace and
the other subset which belong to operations which are not really related with
performance in userspace. So, DCE/RPC management that has historically resulted
into number of buffer overflow issues and dangerous security bugs and user
account management are implemented in user space as ksmbd.mountd.
File operations that are related with performance (open/read/write/close etc.)
in kernel space (ksmbd). This also allows for easier integration with VFS
interface for all file operations.