https://bugzilla.novell.com/show_bug.cgi?id=480795 Summary: no whitespace at subprofile start Classification: openSUSE Product: openSUSE 11.1 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Minor Priority: P5 - None Component: AppArmor AssignedTo: jeffm@novell.com ReportedBy: suse-beta@cboltz.de QAContact: qa@suse.de Found By: Beta-Customer I just created a profile with logprof. This is how it looks: /usr/lib/nspluginwrapper/i386/linux/npviewer.bin flags=(complain) { #include <abstractions/base> # [...] /bin/bash mrcx, profile /bin/bash flags=(complain) { #include <abstractions/base> # [...] } } The starting line of the /bin/bash subprofile should have two spaces as left margin. The profile should look like this (added whitespace marked with "_"): /usr/lib/nspluginwrapper/i386/linux/npviewer.bin flags=(complain) { #include <abstractions/base> # [...] /bin/bash mrcx, __profile /bin/bash flags=(complain) { #include <abstractions/base> # [...] } } This little change would have two advantages: - better readability - it wouldn't confuse block detection in apparmor.vim ;-) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.