~ubuntu-branches/ubuntu/karmic/apparmor/karmic-security

« back to all changes in this revision

Viewing changes to parser/parser.h

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook, Kees Cook, Jamie Strandboge
  • Date: 2009-09-25 09:54:01 UTC
  • Revision ID: james.westby@ubuntu.com-20090925095401-11knc7j1z7hu5yuq
Tags: 2.3.1+1403-0ubuntu23
[ Kees Cook ]
* Really fix quiet mode in initramfs (LP: #435285).
* Handle older kernel versions when loading profiles (LP: #429872):
  - parser/parser_{interface,main}.c: detect kernel version and downgrade.
  - debian/apparmor.functions, parser/parser_main.c: keep kernel features
    recorded in cache directory.
  - parser/parser_{interface,main}.c: add --skip-kernel-load for testing.
  - parser/tst/caching.*: add caching tests.
[ Jamie Strandboge ]
* abstractions/audio: add a few more files for pulseaudio

Show diffs side-by-side

added added

removed removed

Lines of Context:
215
215
extern int force_complain;
216
216
extern int conf_quiet;
217
217
extern int conf_verbose;
 
218
extern int kernel_load;
218
219
extern int regex_type;
 
220
extern int perms_create;
219
221
extern void pwarn(char *fmt, ...) __attribute__((__format__(__printf__, 1, 2)));
220
222
 
221
223
extern FILE *yyin;