]> asedeno.scripts.mit.edu Git - linux.git/commit
apparmor: move bprm_committing_creds/committed_creds to lsm.c
authorJohn Johansen <john.johansen@canonical.com>
Fri, 9 Jun 2017 12:27:50 +0000 (05:27 -0700)
committerJohn Johansen <john.johansen@canonical.com>
Sun, 11 Jun 2017 00:11:34 +0000 (17:11 -0700)
commitfe864821d504f33f22b3ce2d5599ae95598db721
tree62a2ec77f67f80f27948108de38e00837302e13c
parentd9f02d9c237aa603d781fe5165ebe383c554376d
apparmor: move bprm_committing_creds/committed_creds to lsm.c

There is no reason to have the small stubs that don't use domain
private functions in domain.c, instead move them to lsm.c and make
them static.

Signed-off-by: John Johansen <john.johansen@canonical.com>
security/apparmor/domain.c
security/apparmor/include/domain.h
security/apparmor/lsm.c