firecracker-microvm/firecracker
View on GitHubInvestigate running the jailer with reduced set of capabilities
Open
#1190 opened on Jul 22, 2019
Good first issuePriority: LowStatus: ParkedType: Enhancement
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.