|
|
|
|
|
by happyjoe
6161 days ago
|
|
For most apps, such as a calculator or a 3D game, vandalism is not a very big problem because: - there is no sensitive data to steal - there is low motivation to vandalize (whereas some wikipedia articles are highly controversial) - it requires more effort to vandalize an application (the code is not saved if there is a syntax error) than to vandalize a Wikipedia article. - the sandbox in which the applications run ensures that the user's computer is not accessible from the application. However, for applications that manipulate personal data, there is indeed a challenge. At present, sensitive portions of the OS require moderators approval in order to be modified. We are also working to implement code access security systems to address this issue. But for the time being, we indeed recommend not entering personal or sensitive information. |
|
> there is no sensitive data to steal
What would I use this for? Is it simply a system to propagate programs to users? (Collaborative software development?) Will my data be on the WikiOS or on my hard drive?
> there is low motivation to vandalize (whereas some wikipedia articles are highly controversial)
Motivation can not be predicted in advance. If I make a program, could not a competitor add a change that "accidentally" introduces a security hole?
> sensitive portions of the OS require moderators approval in order to be modified
What would you define as sensitive?
> We are also working to implement code access security systems to address this issue.
What is your planned security model?
I like the fact that its is sandboxed from the host. Can a program on the WikiOS interact with host programs and if so, to what degree?