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
/
suser
/
secmodel_suser.c
Age
Commit message (
Expand
)
Author
2009-12-29
Use the socket credentials, now that we have them, instead of uidinfo.
elad
2009-12-24
Rename KAUTH_GENERIC_CANSEE to KAUTH_GENERIC_UNUSED1 and remove handling for
elad
2009-11-18
Fixed security.models.suser.curtain to deny when uid does not match.
stacktic
2009-11-14
- Move kauth_init() a little bit higher.
elad
2009-10-07
Extract usermount policy to its own routine.
elad
2009-10-06
Add a (weak aliased) machdep_init() as a place to do machdep initialization
elad
2009-10-06
Allow root to do things that the subsystem allows as well (unify).
elad
2009-10-05
- Add usermount_common_policy() that implements some common (everything
elad
2009-10-03
Move KAUTH_NETWORK_BIND::KAUTH_REQ_NETWORK_BIND_PORT policy back to the
elad
2009-10-03
Move policies for KAUTH_PROCESS_{CANSEE,CORENAME,STOPFLAG,FORK} back to
elad
2009-10-03
One less include.
elad
2009-10-03
Make this file a little bit smaller by collapsing cases.
elad
2009-10-03
Move clockctl policy exception back to the subsystem.
elad
2009-10-03
secmodel_bsd44_curtain -> secmodel_suser_curtain (static).
elad
2009-10-03
Move default network interface policy back to the subsystem.
elad
2009-10-03
Finish moving socket policy to the subsystem.
elad
2009-10-03
Move sched policy back to the subsystem.
elad
2009-10-03
Move firewall/NAT policy back to respective subsystems (pf, ipf).
elad
2009-10-03
Move kevent policy back to the subsystem.
elad
2009-10-03
Put module loading policy back in the subsystem.
elad
2009-10-02
Put the tty opening policy back in the subsystem.
elad
2009-10-02
Move some of the socket policy back to the subsystem.
elad
2009-10-02
Put signal delivery policy back in the subsystem.
elad
2009-10-02
Remove includes we don't need.
elad
2009-10-02
Move routing socket security policy back to the subsystem.
elad
2009-10-02
- Squeeze function declarations where possible,
elad
2009-10-02
Put procfs policy back in the subsystem.
elad
2009-10-02
Stick nice policy in its own subsystem and call the listener "resource"
elad
2009-10-02
Move rlimit policy back to the subsystem.
elad
2009-10-02
Move ptrace's security policy back to the subsystem itself.
elad
2009-10-02
Let the ipkdb subsystem allow operations related to it rather than wrongly
elad
2009-10-02
Move psets security policy back to the subsystem and keep suser logic only
elad
2009-10-02
Move ktrace's subsystem security policy to the subsystem itself, and keep
elad
2009-10-02
First part of secmodel cleanup and other misc. changes:
elad