Searched hist:"11 c236b89d7c26d58c55d5613a858600a4d2ab3a" (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/security/apparmor/ |
H A D | nulldfa.in | 11c236b89d7c26d58c55d5613a858600a4d2ab3a Mon Jan 16 02:42:42 CST 2017 John Johansen <john.johansen@canonical.com> apparmor: add a default null dfa
Instead of testing whether a given dfa exists in every code path, have a default null dfa that is used when loaded policy doesn't provide a dfa.
This will let us get rid of special casing and avoid dereference bugs when special casing is missed.
Signed-off-by: John Johansen <john.johansen@canonical.com>
|
H A D | match.c | diff 11c236b89d7c26d58c55d5613a858600a4d2ab3a Mon Jan 16 02:42:42 CST 2017 John Johansen <john.johansen@canonical.com> apparmor: add a default null dfa
Instead of testing whether a given dfa exists in every code path, have a default null dfa that is used when loaded policy doesn't provide a dfa.
This will let us get rid of special casing and avoid dereference bugs when special casing is missed.
Signed-off-by: John Johansen <john.johansen@canonical.com>
|
H A D | policy_unpack.c | diff 11c236b89d7c26d58c55d5613a858600a4d2ab3a Mon Jan 16 02:42:42 CST 2017 John Johansen <john.johansen@canonical.com> apparmor: add a default null dfa
Instead of testing whether a given dfa exists in every code path, have a default null dfa that is used when loaded policy doesn't provide a dfa.
This will let us get rid of special casing and avoid dereference bugs when special casing is missed.
Signed-off-by: John Johansen <john.johansen@canonical.com>
|
H A D | policy.c | diff 11c236b89d7c26d58c55d5613a858600a4d2ab3a Mon Jan 16 02:42:42 CST 2017 John Johansen <john.johansen@canonical.com> apparmor: add a default null dfa
Instead of testing whether a given dfa exists in every code path, have a default null dfa that is used when loaded policy doesn't provide a dfa.
This will let us get rid of special casing and avoid dereference bugs when special casing is missed.
Signed-off-by: John Johansen <john.johansen@canonical.com>
|
H A D | lsm.c | diff 11c236b89d7c26d58c55d5613a858600a4d2ab3a Mon Jan 16 02:42:42 CST 2017 John Johansen <john.johansen@canonical.com> apparmor: add a default null dfa
Instead of testing whether a given dfa exists in every code path, have a default null dfa that is used when loaded policy doesn't provide a dfa.
This will let us get rid of special casing and avoid dereference bugs when special casing is missed.
Signed-off-by: John Johansen <john.johansen@canonical.com>
|
/openbmc/linux/security/apparmor/include/ |
H A D | match.h | diff 11c236b89d7c26d58c55d5613a858600a4d2ab3a Mon Jan 16 02:42:42 CST 2017 John Johansen <john.johansen@canonical.com> apparmor: add a default null dfa
Instead of testing whether a given dfa exists in every code path, have a default null dfa that is used when loaded policy doesn't provide a dfa.
This will let us get rid of special casing and avoid dereference bugs when special casing is missed.
Signed-off-by: John Johansen <john.johansen@canonical.com>
|