Page MenuHomeFreeBSD

capabilities.conf: try to clarify what system calls are in here
ClosedPublic

Authored by emaste on Mar 18 2020, 7:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Feb 10, 3:03 AM
Unknown Object (File)
Sat, Feb 8, 7:27 PM
Unknown Object (File)
Wed, Jan 22, 11:31 AM
Unknown Object (File)
Jan 19 2025, 1:32 PM
Unknown Object (File)
Sep 30 2024, 5:07 PM
Unknown Object (File)
Sep 30 2024, 1:55 PM
Unknown Object (File)
Sep 25 2024, 3:44 AM
Unknown Object (File)
Sep 22 2024, 7:03 AM
Subscribers

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste added a reviewer: rstone.
emaste added inline comments.
sys/kern/capabilities.conf
34

maybe "no purpose, so they are not listed here and not permitted in capability mode."

sys/kern/capabilities.conf
31

by "fully or partially" I'm trying to convey that the system call either never accesses gn or aa (say, close), or internally performs capability mode checks (say, openat). Would be good to have a way to concisely express this.

jhb added inline comments.
sys/kern/capabilities.conf
31

s/absense/absence/

34

I would drop the comma after "purpose" and keep the text you have. Maybe add a comma after "In capability mode"

This revision is now accepted and ready to land.Mar 26 2020, 5:50 PM