The AppArmor user space development project.
Find a file
Jesse Michael d8ae032328 used perltidy to clean up the formatting for the perl scripts in the
utils package and manually fixed some places where perltidy's
reformatting made it harder to read.  the options used were--

-i=4    # 4-space indentation
-l=0    # unlimited line length (for now)
-pt=2   # slightly tightened parens
-ce     # cuddled elses
-nolq   # don't outdent long quotes
-nsfs   # don't add spaces in front of semi-colons in for ( ) statements
-isbc   # only indent block comments that have whitespace in front of them
-otr    # don't place a break between a comma and an opening brace

the code will be refactored to make it possible to switch to using 
80-column line-breaks without resorting to really nasty formatting 
constructs.
2007-03-20 21:58:38 +00:00
changehat fix missing include to silence compiler warnings 2007-03-13 16:52:28 +00:00
common Finally got the right set of in-place variable replacements that strips 2007-01-11 21:55:08 +00:00
docs modify the instructions to match the new vim package for opensuse 10.2; remove the specific color descriptions; there are now enough colors/combinations that a strict listing wouldn't be very useful any more 2006-11-10 12:47:28 +00:00
kernel-patches Improved version of the last format string fix 2007-03-20 17:41:36 +00:00
management Added a necessary REQUIRES line. 2007-02-08 22:39:11 +00:00
module/apparmor fix link permission checks to emit message in complain mode when profile is missing necessary link permissions 2007-02-22 01:04:50 +00:00
module-deprecated fix link permission checks to emit message in complain mode when profile is missing necessary link permissions 2007-02-22 01:04:11 +00:00
parser Fix a couple of warnings in the recent trailing slash commit. 2007-03-14 22:35:55 +00:00
profiles Found via tomcat or iManager profile, pointed out by Steve 2007-02-13 00:14:30 +00:00
tests Add tests to openat to test what names apparmor sees when a rename 2007-03-14 19:53:10 +00:00
utils used perltidy to clean up the formatting for the perl scripts in the 2007-03-20 21:58:38 +00:00