-
-
Notifications
You must be signed in to change notification settings - Fork 66
Labels
Description
a pretty common pattern for many daemons is to require a very minimal set of root privileges, like the ability to bind to a port under 1024, and no other reason - web servers, dns servers, etc... for example
i think that capabilities support in finit would be a nice feature
the dinit service manager, which has some similar goals to finit, has this support - which i think is supporting evidence that capabilities support wouldn't be project scope creep