Page MenuHomeFreeBSD

Support for setting labels via veriexec
ClosedPublic

Authored by stevek on May 17 2019, 6:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 2, 3:15 PM
Unknown Object (File)
Thu, Apr 2, 1:15 AM
Unknown Object (File)
Sun, Mar 29, 9:53 AM
Unknown Object (File)
Tue, Mar 17, 3:48 AM
Unknown Object (File)
Tue, Mar 17, 3:23 AM
Unknown Object (File)
Thu, Mar 12, 7:50 PM
Unknown Object (File)
Fri, Mar 6, 6:32 PM
Unknown Object (File)
Feb 8 2026, 5:35 AM
Subscribers

Details

Summary

Add a new ioctl for the larger params struct that includes the label.

We need to make the find_veriexec_file() function available publicly, so
rename it to mac_veriexec_metadata_find_file_info() and make it non-static.

Bump the version of the veriexec device interface so user space will know
the labelized version of fingerprint loading is available.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 24286
Build 23112: arc lint + arc unit

Event Timeline

Return the size of the allocated space for the label, even if we copied in a smaller label.

This revision is now accepted and ready to land.May 17 2019, 7:16 PM
This revision was automatically updated to reflect the committed changes.