commit | 47f6e5cc7355e4ff2fd7ace919aa9e291077c26b | [log] [tgz] |
---|---|---|
author | John Johansen <john.johansen@canonical.com> | Mon Jan 16 00:43:01 2017 -0800 |
committer | John Johansen <john.johansen@canonical.com> | Mon Jan 16 01:18:46 2017 -0800 |
tree | 28afc953505fa769dafd1532b141a779b80672b9 | |
parent | 55a26ebf630b6bf1cb7ddf8882fdc81d58afeaa2 [diff] |
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>