index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
secmodel
/
extensions
/
secmodel_extensions.c
Age
Commit message (
Expand
)
Author
2023-04-22
secmodel_extensions: Split vfs part into separate .c file.
riastradh
2022-03-29
isroot should be bool...
christos
2022-03-28
secmodel: fix grammar in description of hardlink_check_gid
rillig
2022-03-27
Implement restrictions for adding hard links to files
christos
2020-03-16
Use the module subsystem's ability to process SYSCTL_SETUP() entries to
pgoyette
2020-02-21
Explicitly cast pointers to uintptr_t before casting to enums. They are
joerg
2018-09-04
Introduce KAUTH_REQ_PROCESS_CANSEE_KPTR, and use it in the already-existing
maxv
2018-08-25
Add KAUTH_REQ_PROCESS_CANSEE_EPROC, and use it for the kern.proc node.
maxv
2018-04-08
Add new sysctl(3) entry: security.models.extensions.user_set_dbregs
kamil
2015-12-12
secmodel_extensions_system_cb() is not mount-specific, even though
maxv
2014-02-25
Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before
pooka
2013-02-28
Make the callback deal with embryonic connections which do not have
martin
2013-01-28
Re-instate backwards compatible security.models.bsd44.{curtain,securelevel}.
jym
2012-03-13
Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with
elad
2011-12-04
When user_set_cpu_affinity is non-zero, only allow users to modify
jym
2011-12-04
Implement the register/deregister/evaluation API for secmodel(9). It
jym