TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Introducing Capsicum: Practical Capabilities for UNIX

26 pointsby ez77over 14 years ago

3 comments

azmover 14 years ago
If you don't want a PDF or scribd, clicky to Cambridge project page: <a href="http://www.cl.cam.ac.uk/research/security/capsicum/" rel="nofollow">http://www.cl.cam.ac.uk/research/security/capsicum/</a>
评论 #2044909 未加载
sophaclesover 14 years ago
Somewhat related -- I have always thought it would be cool to build a capability system like this into a language with a strong H-M type system. I think it would be an interesting study to have the bare minimum privileges passed via type dependences. Done well this would have any given bit of code only have the bare minimum to do its job.<p>Also: some types of automatic security checks at compile time too!
评论 #2044915 未加载
btillyover 14 years ago
A note for those who thought that Unix has had capabilities forever. POSIX defines something called capabilities that are very, very different from a true capability system. This is a true capability system.