Re: [apparmor] Question about "too many specified profile transitions"

2019-10-26 Thread Mikhail Morfikov
On 26/10/2019 18:08, John Johansen wrote: > Unfortunately apparmor only supports 12 of this style of transition in a > profile atm. There are 2 patch sets in the works to help address this. A > smaller patch that can be backported to older kernels, and userspaces. It > will raise the limit to 28 of

Re: [apparmor] Question about "too many specified profile transitions"

2019-10-26 Thread John Johansen
On 10/14/19 8:57 PM, Mikhail Morfikov wrote: > Should the rules in the following test profile count as a profile transitions? > yes those are all unique profile transitions. > profile test /bin/test { > /file1 rwl -> /some-file1, > /file2 rwl -> /some-file2, > /file3 rwl -> /some-file3, >