Changes between Initial Version and Version 1 of Ticket #16610, comment 4


Ignore:
Timestamp:
Nov 19, 2020, 4:44:05 PM (3 years ago)
Author:
X512

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16610, comment 4

    initial v1  
    77Bugs should be fixed. Compared to win32k.sys or X.Org, app_server has clear architecture and it is possible to introduce proper permissions check. Currently Haiku kernel probably has more security issues, for example [https://git.haiku-os.org/haiku/tree/src/system/kernel/device_manager/device_manager.cpp#n428 device_manager] that I recently checked.
    88
    9 For first step, user processes should run from separate user, not superuser (as visible on [https://raw.githubusercontent.com/X547/HaikuUtils/master/SystemManager/Screenshot.png screenshot], all processes run with user 0) and privilege elevation should be used for administrative actions.
     9For first step, user processes (second launch_daemon and everything it launch) should run from separate user, not superuser (as visible on [https://raw.githubusercontent.com/X547/HaikuUtils/master/SystemManager/Screenshot.png screenshot], all processes run with user 0) and privilege elevation should be used for administrative actions.