Comments to apparmor Makefile (and security/Makefile)
From: Sam Ravnborg
Date: Sat Aug 28 2010 - 03:03:30 EST
Hi John.
I took a closer at security/apparmor/Makefile.
And I got a few comments...
1) You have in the bottom explicit rules for three files:
capability_names.h, rlim_names.h and af_names.h
But the altter file is not referenced in any
apparmor file.
And there is no cmd_make-af variable defined.
Looks like a leftover that shall be dropped.
2) clean-files fails to include rlim_names.h
3) The cmd_make-caps line is much too long.
Please use "\" to break lines in smaller logical parts.
Same goes with the other cdm_ line.
4) make-rlim delete the symbol AF_MAX - but that does not
exist in the input file.
5) Two of the sed expressions looks almost equal - should they have been equal?
6) A small comment describing the purpose of each sed expression would be helpfull
Something like:
# Transform lines from:
# #define FOO 123
# =>
# #define RLIM_FOO 123
7) af_names.h needs to be dropped in .gitignore
8) From security/Makefile:
obj-$(CONFIG_SECURITY_APPARMOR) += apparmor/built-in.o
This is _not_ how we do it.
We say just:
obj-$(CONFIG_SECURITY_APPARMOR) += apparmor/
[security/Makefile has this issue in several places]
There was a few tings that made me unsafe just providing a patch,
so for now you got a list of comments.
Sam
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/