Home
last modified time | relevance | path

Searched hist:"47 f6e5cc" (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/security/apparmor/
H A Dprocattr.c47f6e5cc Mon Jan 16 02:43:01 CST 2017 John Johansen <john.johansen@canonical.com> apparmor: change op from int to const char *

Having ops be an integer that is an index into an op name table is
awkward and brittle. Every op change requires an edit for both the
op constant and a string in the table. Instead switch to using const
strings directly, eliminating the need for the table that needs to
be kept in sync.

Signed-off-by: John Johansen <john.johansen@canonical.com>
47f6e5cc Mon Jan 16 02:43:01 CST 2017 John Johansen <john.johansen@canonical.com> apparmor: change op from int to const char *

Having ops be an integer that is an index into an op name table is
awkward and brittle. Every op change requires an edit for both the
op constant and a string in the table. Instead switch to using const
strings directly, eliminating the need for the table that needs to
be kept in sync.

Signed-off-by: John Johansen <john.johansen@canonical.com>
H A Daudit.c47f6e5cc Mon Jan 16 02:43:01 CST 2017 John Johansen <john.johansen@canonical.com> apparmor: change op from int to const char *

Having ops be an integer that is an index into an op name table is
awkward and brittle. Every op change requires an edit for both the
op constant and a string in the table. Instead switch to using const
strings directly, eliminating the need for the table that needs to
be kept in sync.

Signed-off-by: John Johansen <john.johansen@canonical.com>
47f6e5cc Mon Jan 16 02:43:01 CST 2017 John Johansen <john.johansen@canonical.com> apparmor: change op from int to const char *

Having ops be an integer that is an index into an op name table is
awkward and brittle. Every op change requires an edit for both the
op constant and a string in the table. Instead switch to using const
strings directly, eliminating the need for the table that needs to
be kept in sync.

Signed-off-by: John Johansen <john.johansen@canonical.com>
H A Dfile.c47f6e5cc Mon Jan 16 02:43:01 CST 2017 John Johansen <john.johansen@canonical.com> apparmor: change op from int to const char *

Having ops be an integer that is an index into an op name table is
awkward and brittle. Every op change requires an edit for both the
op constant and a string in the table. Instead switch to using const
strings directly, eliminating the need for the table that needs to
be kept in sync.

Signed-off-by: John Johansen <john.johansen@canonical.com>
47f6e5cc Mon Jan 16 02:43:01 CST 2017 John Johansen <john.johansen@canonical.com> apparmor: change op from int to const char *

Having ops be an integer that is an index into an op name table is
awkward and brittle. Every op change requires an edit for both the
op constant and a string in the table. Instead switch to using const
strings directly, eliminating the need for the table that needs to
be kept in sync.

Signed-off-by: John Johansen <john.johansen@canonical.com>
H A Dpolicy.c47f6e5cc Mon Jan 16 02:43:01 CST 2017 John Johansen <john.johansen@canonical.com> apparmor: change op from int to const char *

Having ops be an integer that is an index into an op name table is
awkward and brittle. Every op change requires an edit for both the
op constant and a string in the table. Instead switch to using const
strings directly, eliminating the need for the table that needs to
be kept in sync.

Signed-off-by: John Johansen <john.johansen@canonical.com>
47f6e5cc Mon Jan 16 02:43:01 CST 2017 John Johansen <john.johansen@canonical.com> apparmor: change op from int to const char *

Having ops be an integer that is an index into an op name table is
awkward and brittle. Every op change requires an edit for both the
op constant and a string in the table. Instead switch to using const
strings directly, eliminating the need for the table that needs to
be kept in sync.

Signed-off-by: John Johansen <john.johansen@canonical.com>
H A Ddomain.c47f6e5cc Mon Jan 16 02:43:01 CST 2017 John Johansen <john.johansen@canonical.com> apparmor: change op from int to const char *

Having ops be an integer that is an index into an op name table is
awkward and brittle. Every op change requires an edit for both the
op constant and a string in the table. Instead switch to using const
strings directly, eliminating the need for the table that needs to
be kept in sync.

Signed-off-by: John Johansen <john.johansen@canonical.com>
47f6e5cc Mon Jan 16 02:43:01 CST 2017 John Johansen <john.johansen@canonical.com> apparmor: change op from int to const char *

Having ops be an integer that is an index into an op name table is
awkward and brittle. Every op change requires an edit for both the
op constant and a string in the table. Instead switch to using const
strings directly, eliminating the need for the table that needs to
be kept in sync.

Signed-off-by: John Johansen <john.johansen@canonical.com>
H A Dapparmorfs.c47f6e5cc Mon Jan 16 02:43:01 CST 2017 John Johansen <john.johansen@canonical.com> apparmor: change op from int to const char *

Having ops be an integer that is an index into an op name table is
awkward and brittle. Every op change requires an edit for both the
op constant and a string in the table. Instead switch to using const
strings directly, eliminating the need for the table that needs to
be kept in sync.

Signed-off-by: John Johansen <john.johansen@canonical.com>
47f6e5cc Mon Jan 16 02:43:01 CST 2017 John Johansen <john.johansen@canonical.com> apparmor: change op from int to const char *

Having ops be an integer that is an index into an op name table is
awkward and brittle. Every op change requires an edit for both the
op constant and a string in the table. Instead switch to using const
strings directly, eliminating the need for the table that needs to
be kept in sync.

Signed-off-by: John Johansen <john.johansen@canonical.com>
H A Dlsm.c47f6e5cc Mon Jan 16 02:43:01 CST 2017 John Johansen <john.johansen@canonical.com> apparmor: change op from int to const char *

Having ops be an integer that is an index into an op name table is
awkward and brittle. Every op change requires an edit for both the
op constant and a string in the table. Instead switch to using const
strings directly, eliminating the need for the table that needs to
be kept in sync.

Signed-off-by: John Johansen <john.johansen@canonical.com>
47f6e5cc Mon Jan 16 02:43:01 CST 2017 John Johansen <john.johansen@canonical.com> apparmor: change op from int to const char *

Having ops be an integer that is an index into an op name table is
awkward and brittle. Every op change requires an edit for both the
op constant and a string in the table. Instead switch to using const
strings directly, eliminating the need for the table that needs to
be kept in sync.

Signed-off-by: John Johansen <john.johansen@canonical.com>
/openbmc/linux/security/apparmor/include/
H A Dfile.h47f6e5cc Mon Jan 16 02:43:01 CST 2017 John Johansen <john.johansen@canonical.com> apparmor: change op from int to const char *

Having ops be an integer that is an index into an op name table is
awkward and brittle. Every op change requires an edit for both the
op constant and a string in the table. Instead switch to using const
strings directly, eliminating the need for the table that needs to
be kept in sync.

Signed-off-by: John Johansen <john.johansen@canonical.com>
47f6e5cc Mon Jan 16 02:43:01 CST 2017 John Johansen <john.johansen@canonical.com> apparmor: change op from int to const char *

Having ops be an integer that is an index into an op name table is
awkward and brittle. Every op change requires an edit for both the
op constant and a string in the table. Instead switch to using const
strings directly, eliminating the need for the table that needs to
be kept in sync.

Signed-off-by: John Johansen <john.johansen@canonical.com>
H A Daudit.h47f6e5cc Mon Jan 16 02:43:01 CST 2017 John Johansen <john.johansen@canonical.com> apparmor: change op from int to const char *

Having ops be an integer that is an index into an op name table is
awkward and brittle. Every op change requires an edit for both the
op constant and a string in the table. Instead switch to using const
strings directly, eliminating the need for the table that needs to
be kept in sync.

Signed-off-by: John Johansen <john.johansen@canonical.com>
47f6e5cc Mon Jan 16 02:43:01 CST 2017 John Johansen <john.johansen@canonical.com> apparmor: change op from int to const char *

Having ops be an integer that is an index into an op name table is
awkward and brittle. Every op change requires an edit for both the
op constant and a string in the table. Instead switch to using const
strings directly, eliminating the need for the table that needs to
be kept in sync.

Signed-off-by: John Johansen <john.johansen@canonical.com>
H A Dpolicy.h47f6e5cc Mon Jan 16 02:43:01 CST 2017 John Johansen <john.johansen@canonical.com> apparmor: change op from int to const char *

Having ops be an integer that is an index into an op name table is
awkward and brittle. Every op change requires an edit for both the
op constant and a string in the table. Instead switch to using const
strings directly, eliminating the need for the table that needs to
be kept in sync.

Signed-off-by: John Johansen <john.johansen@canonical.com>
47f6e5cc Mon Jan 16 02:43:01 CST 2017 John Johansen <john.johansen@canonical.com> apparmor: change op from int to const char *

Having ops be an integer that is an index into an op name table is
awkward and brittle. Every op change requires an edit for both the
op constant and a string in the table. Instead switch to using const
strings directly, eliminating the need for the table that needs to
be kept in sync.

Signed-off-by: John Johansen <john.johansen@canonical.com>