firecracker-microvm/firecracker

Investigate running the jailer with reduced set of capabilities

Open

#1,190 opened on Jul 22, 2019

View on GitHub
 (6 comments) (0 reactions) (1 assignee)Rust (2,393 forks)batch import
Good first issuePriority: LowStatus: ParkedType: Enhancement

Repository metrics

Stars
 (34,348 stars)
PR merge metrics
 (Avg merge 3d 17h) (67 merged PRs in 30d)

Description

We currently start the jailer as the superuser (i.e. using sudo), and rely on the fact the process will deprivilege itself before exec-ing into Firecracker. It would be interesting to know if we can run the jailer using a more restricted set of capabilities instead of full superuser mode.

Contributor guide