|
|
|
|
|
by mrweasel
3879 days ago
|
|
>There is nothing wrong with shipping default privilege config file along with app In principle no. In the real world though, I think something else will happen. Someone tried to run a broken program. The solution suggested online will be: Just add/remove "this" in the configuration.
Sure it fixes the immediate issue, but the fact is that program remains broken. What "pledge" does is it requires the/a developer to fix the actual bug. The bug might be that the pledge call is wrong. Perhaps the program should have had more capabilities to start with. You just wouldn't know unless you read the code. |
|
The most sane middle ground would be to allow users only to restrict privileges, not loosen up.