aboutsummaryrefslogtreecommitdiff
path: root/sys/security
Commit message (Expand)AuthorAgeFilesLines
* mac: Remove uses of DEBUG_VFS_LOCKSMark Johnston17 hours2-2/+2
* kern: adopt the cr_gid macro for cr_groups[0] more widelyKyle Evans11 days2-2/+2
* audit: move the wait from the queue length from the commit to allocKonstantin Belousov2025-06-181-16/+11
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-112-4/+2
* MAC/do: Fix a too stringent debug assertion for a target of 'uid=*'Olivier Certner2025-05-271-1/+2
* grantbylabel_syscall check p_textvp != NULLSimon J. Gerraty2025-05-161-0/+4
* MAC/do: Rules: <from> and <to> parts now to be separated by '>'Olivier Certner2025-04-021-5/+6
* MAC/do: parse_single_rule(): Fix herald comment's first lineOlivier Certner2025-04-021-1/+1
* MAC: mac_biba, mac_lomac: Fix setting loader tunablesZhenlei Huang2025-02-092-2/+4
* audit/audit.c: fix typo KERNEL_PANICED->KERNEL_PANICKEDKonstantin Belousov2025-02-051-1/+1
* audit(9): do not touch VFS if panicingKonstantin Belousov2025-02-051-1/+2
* audit: Fix short-circuiting in syscallenter()Mark Johnston2025-01-141-1/+4
* MAC/do: Fix a compilation warning about an unused functionOlivier Certner2024-12-171-1/+1
* MAC/do: Update copyrightOlivier Certner2024-12-161-1/+6
* MAC/do: Apply a rule on real UID/GID instead of effective onesOlivier Certner2024-12-161-2/+2
* MAC/do: Convert internal TAILQs to STAILQsOlivier Certner2024-12-161-18/+18
* MAC/do: parse_rules(): Tolerate blanks around tokensOlivier Certner2024-12-161-8/+53
* MAC/do: toast_rules(): Minor simplificationOlivier Certner2024-12-161-3/+2
* MAC/do: Interpret the new rules specification; Monitor setcred()Olivier Certner2024-12-161-94/+618
* MAC/do: Introduce rules reference countingOlivier Certner2024-12-161-5/+58
* New setcred() system call and associated MAC hooksOlivier Certner2024-12-165-2/+110
* MAC/do: Output errors when parsing rulesOlivier Certner2024-12-161-40/+191
* MAC/do: Support multiple users and groups as single rule's targetsOlivier Certner2024-12-161-77/+659
* MAC/do: Rename private OSD slot by removing 'mac_do_' prefixOlivier Certner2024-12-161-10/+10
* MAC/do: Ease input/output of ID typesOlivier Certner2024-12-161-5/+44
* MAC/do: Better parsing for IDs (strtoui_strict())Olivier Certner2024-12-161-6/+49
* MAC/do: 'struct rule': IDs and types as 'u_int', rename fieldsOlivier Certner2024-12-161-59/+43
* MAC/do: parse_rule_element(): Bug in parsing the origin IDOlivier Certner2024-12-161-1/+1
* MAC/do: parse_rule_element(): Style, more clarityOlivier Certner2024-12-161-5/+9
* MAC/do: jail_check()/jail_set(): RevampOlivier Certner2024-12-161-17/+111
* MAC/do: Fix jail_get() (PR_METHOD_GET)Olivier Certner2024-12-161-4/+10
* MAC/do: Sysctl knobs/jail parameters under MAC's common nodesOlivier Certner2024-12-161-10/+8
* MAC/do: Prefix internal functions used as hooks/callbacksOlivier Certner2024-12-161-12/+12
* MAC/do: Re-order jail methods more logically, renameOlivier Certner2024-12-161-42/+45
* MAC/do: parse_rule_element(): Fix a panic, harden, simplifyOlivier Certner2024-12-161-15/+23
* MAC/do: Move destroy() to a better placeOlivier Certner2024-12-161-6/+6
* MAC/do: Remove the 'prison0' special cases in the common pathsOlivier Certner2024-12-161-17/+10
* MAC/do: Enable changing 'security.mac.do.rules' from a jailOlivier Certner2024-12-161-1/+1
* MAC/do: sysctl_rules(): Set the requesting's thread's jail's rulesOlivier Certner2024-12-161-2/+4
* MAC/do: sysctl_rules(): Always copy the rules specification stringOlivier Certner2024-12-161-14/+6
* MAC/do: Remove PR_METHOD_REMOVE methodOlivier Certner2024-12-161-17/+15
* MAC/do: Allocate/deallocate rules as a wholeOlivier Certner2024-12-161-98/+75
* MAC/do: Factor out setting/destroying rule structuresOlivier Certner2024-12-161-79/+156
* MAC/do: find_rules(): Clarify the contractOlivier Certner2024-12-161-8/+16
* MAC/do: Use prison_lock()/prison_unlock()Olivier Certner2024-12-161-23/+23
* MAC/do: Rename internal mac_do_rule_find() => find_rules()Olivier Certner2024-12-161-8/+8
* MAC/do: Rename private struct 'mac_do_rule' => 'rules'Olivier Certner2024-12-161-14/+14
* MAC/do: Rename rule_is_valid() => rule_applies()Olivier Certner2024-12-161-3/+3
* MAC/do: parse_rules(): Copy input string on its ownOlivier Certner2024-12-161-14/+13
* MAC/do: Sort header inclusionsOlivier Certner2024-12-161-2/+2