summaryrefslogtreecommitdiff
path: root/sys/secmodel/extensions/secmodel_extensions.c
AgeCommit message (Expand)Author
2023-04-22secmodel_extensions: Split vfs part into separate .c file.riastradh
2022-03-29isroot should be bool...christos
2022-03-28secmodel: fix grammar in description of hardlink_check_gidrillig
2022-03-27Implement restrictions for adding hard links to fileschristos
2020-03-16Use the module subsystem's ability to process SYSCTL_SETUP() entries topgoyette
2020-02-21Explicitly cast pointers to uintptr_t before casting to enums. They arejoerg
2018-09-04Introduce KAUTH_REQ_PROCESS_CANSEE_KPTR, and use it in the already-existingmaxv
2018-08-25Add KAUTH_REQ_PROCESS_CANSEE_EPROC, and use it for the kern.proc node.maxv
2018-04-08Add new sysctl(3) entry: security.models.extensions.user_set_dbregskamil
2015-12-12secmodel_extensions_system_cb() is not mount-specific, even thoughmaxv
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2013-02-28Make the callback deal with embryonic connections which do not havemartin
2013-01-28Re-instate backwards compatible security.models.bsd44.{curtain,securelevel}.jym
2012-03-13Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls withelad
2011-12-04When user_set_cpu_affinity is non-zero, only allow users to modifyjym
2011-12-04Implement the register/deregister/evaluation API for secmodel(9). Itjym