aboutsummaryrefslogtreecommitdiff
path: root/sys/security
Commit message (Expand)AuthorAgeFilesLines
* mac_pimd: Support for privilege drop in pimdWojciech Macek2022-04-201-0/+75
* audit: Initialize vattr fields before calling VOP_GETATTRMark Johnston2022-03-281-0/+1
* mac_veriexec: Fix a typo in a source code commentGordon Bergling2022-03-271-1/+1
* vfs: NDFREE(&nd, NDF_ONLY_PNBUF) -> NDFREE_PNBUF(&nd)Mateusz Guzik2022-03-243-4/+4
* Thread creation privilege for realtime groupFlorian Walpen2021-12-141-2/+2
* Add idle priority scheduling privilege group to MAC/priorityFlorian Walpen2021-12-101-1/+16
* Add PRIV_SCHED_IDPRIOFlorian Walpen2021-12-102-0/+2
* MAC/priority module for realtime privilege groupFlorian Walpen2021-12-041-0/+68
* vfs: remove the unused thread argument from NDINIT*Mateusz Guzik2021-11-253-5/+5
* Add fspacectl(2), vn_deallocate(9) and VOP_DEALLOCATE(9).Ka Ho Ng2021-08-051-0/+12
* Fix mac_veriexec version mismatchWojciech Macek2021-07-291-1/+1
* mac: cheaper check for ifnet_create_mbuf and ifnet_check_transmitMateusz Guzik2021-06-293-10/+40
* tcp_input/syncache: acquire only read lock on PCB for SYN,!ACK packetsGleb Smirnoff2021-04-121-1/+1
* Add a comment on why the call to mac_vnode_relabel() might be in the wrongRobert Watson2021-02-271-3/+12
* close_range: add audit supportAlex Richardson2021-02-231-0/+15
* Convert remaining cap_rights_init users to cap_rights_init_oneMateusz Guzik2021-01-122-4/+6
* mac: cheaper check for mac_vnode_check_readlinkMateusz Guzik2021-01-083-2/+20
* cache: combine fast path enabled status into one flagMateusz Guzik2021-01-061-0/+3
* audit: rework AUDIT_SYSCLOSEMateusz Guzik2020-12-172-8/+4
* pipe: allow for lockless pipe_statMateusz Guzik2020-11-193-3/+30
* mac_framework.h: fix build with DEBUG_VFS_LOCKS and !MACAndriy Gapon2020-09-031-1/+1
* security: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0113-22/+4
* cache: drop the always curthread argument from reverse lookup routinesMateusz Guzik2020-08-241-1/+1
* vfs: add VOP_STATMateusz Guzik2020-08-071-1/+1
* mac: even up all entry points to the same schemeMateusz Guzik2020-08-061-7/+38
* vfs: add a cheaper entry for mac_vnode_check_accessMateusz Guzik2020-08-053-2/+17
* Fix tinderbox build after r363714Mateusz Guzik2020-07-301-0/+8
* vfs: elide MAC-induced locking on rename if there are no relevant hoooksMateusz Guzik2020-07-292-0/+7
* vfs: add the infrastructure for lockless lookupMateusz Guzik2020-07-251-1/+2
* vfs: fix vn_poll performance with either MAC or AUDITMateusz Guzik2020-07-162-1/+16
* vfs: fix MAC/AUDIT mismatch in vn_pollMateusz Guzik2020-07-161-0/+10
* audit: provide AUDITING_TD for !AUDIT caseMateusz Guzik2020-07-041-0/+2
* mac_veriexec_fingerprint_check_vnode: v_writecount > 0 means active writersSimon J. Gerraty2020-06-121-1/+1
* Deduplicate fsid comparisonsRyan Moeller2020-05-212-4/+3
* Add BSM record conversion for a number of syscalls:Christian S.J. Peron2020-05-161-0/+34
* audit_canon_path_vp: don't panic if cdir == NULLKyle Evans2020-04-171-2/+7
* mac_policy: Remove mac_policy_sxJason A. Harmening2020-04-041-8/+3
* Make sure we convert internal audit records for thr_newChristian S.J. Peron2020-03-301-0/+3
* In r358471, we interrupted the case block that would eventually leadChristian S.J. Peron2020-03-031-9/+10
* fd: move vnodes out of filedesc into a dedicated structureMateusz Guzik2020-03-011-15/+12
* Currently kernel audit events for jail_set(2), jail_get(2), jail_attach(2),Christian S.J. Peron2020-02-291-0/+16
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-2615-19/+36
* audit: provide audit_canon_path variant which accepts vnodesMateusz Guzik2020-02-214-23/+103
* audit: simplify path resolving logicMateusz Guzik2020-02-211-49/+26
* audit: rely on use count instead of hold count in audit_canon_pathMateusz Guzik2020-02-211-9/+6
* vfs: add realpathat syscallMateusz Guzik2020-02-201-0/+1
* Merge audit and systrace checksMateusz Guzik2020-02-141-3/+6
* Annotate branches in the syscall pathMateusz Guzik2020-02-141-1/+1
* vfs: use mac fastpath for lookup, open, read, write, mmapMateusz Guzik2020-02-133-15/+124
* mac: implement fast path for checksMateusz Guzik2020-02-133-4/+118