]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - security/tomoyo/util.c
TOMOYO: Cleanup part 4.
authorTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Sun, 26 Jun 2011 14:21:19 +0000 (23:21 +0900)
committerJames Morris <jmorris@namei.org>
Tue, 28 Jun 2011 23:31:21 +0000 (09:31 +1000)
commit2c47ab9353242b0f061959318f83c55360b88fa4
tree03693079bf04572d30ef0ca37f717ae8acc29863
parent2e503bbb435ae418aebbe4aeede1c6f2a33d6f74
TOMOYO: Cleanup part 4.

Gather string constants to one file in order to make the object size smaller.
Use unsigned type where appropriate.
read()/write() returns ssize_t.

Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: James Morris <jmorris@namei.org>
security/tomoyo/audit.c
security/tomoyo/common.c
security/tomoyo/common.h
security/tomoyo/domain.c
security/tomoyo/file.c
security/tomoyo/util.c