aboutsummaryrefslogtreecommitdiff
path: root/sys/security/mac_priority
Commit message (Collapse)AuthorAgeFilesLines
* MAC: mac_policy.h: Declare common MAC sysctl and jail parameters' nodesOlivier Certner2025-01-171-2/+0
| | | | | | | | | | | | | | | | | | | | | | | Do this only when the headers for these functionalities were included prior to this one. Indeed, if they need to be included, style(9) mandates they should have been so before this one. Remove the common MAC sysctl declaration from <security/mac/mac_internal.h>, as it is now redundant (all its includers also include <security/mac/mac_policy.h>). Remove local such declarations from all policies' files. Reviewed by: jamie Approved by: markj (mentor) MFC after: 5 days Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D46903 (cherry picked from commit db33c6f3ae9d1231087710068ee4ea5398aacca7) The original changes in 'sys/security/mac_grantbylabel/mac_grantbylabel.c' were removed as MAC/grantbylabel has not been MFCed.
* Thread creation privilege for realtime groupFlorian Walpen2021-12-191-2/+2
| | | | (cherry picked from commit e28767f0e17550d8ed030cff0918202e5de101ab)
* Add idle priority scheduling privilege group to MAC/priorityFlorian Walpen2021-12-191-1/+16
| | | | (cherry picked from commit a9545eede43b8fac889f3ec3180f5917f0d0b0ea)
* MAC/priority module for realtime privilege groupFlorian Walpen2021-12-191-0/+68
PR: 239125 (cherry picked from commit bf2fa8d9d11c9f2ceff09bacc406876fa37096be)