diff options
| author | John Johansen <john.johansen@canonical.com> | 2026-02-02 03:37:18 -0800 |
|---|---|---|
| committer | John Johansen <john.johansen@canonical.com> | 2026-02-02 03:53:43 -0800 |
| commit | 3734b9463bd4fb5ac350842db55e2e0ccbf1b7a5 (patch) | |
| tree | 31ab0b84064bc37760a4dc80e4c06f174689d2a8 /security | |
| parent | df9ac55abd18628bd8cff687ea043660532a3654 (diff) | |
apparmor: fix kernel-doc comments for inview
subns was renamed inview to better reflect the function of the flag.
Unfortunately the kernel-doc was not properly updated in 2 places.
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202602020737.vGCZFds1-lkp@intel.com/
Closes: https://lore.kernel.org/oe-kbuild-all/202602021427.PvvDjgyL-lkp@intel.com/
Fixes: 796c146fa6c82 ("apparmor: split xxx_in_ns into its two separate semantic use cases")
Signed-off-by: John Johansen <john.johansen@canonical.com>
Diffstat (limited to 'security')
| -rw-r--r-- | security/apparmor/label.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/apparmor/label.c b/security/apparmor/label.c index ef3448ecdf5f..0852fa95081e 100644 --- a/security/apparmor/label.c +++ b/security/apparmor/label.c @@ -1330,7 +1330,7 @@ fail: * @rules: ruleset to search * @label: label to check access permissions for * @start: state to start match in - * @subns: whether to match labels in view or only in scope + * @inview: whether to match labels in view or only in scope * @request: permissions to request * @perms: an initialized perms struct to add accumulation to * @@ -1393,7 +1393,7 @@ fail: * @rules: ruleset to search * @label: label to match (NOT NULL) * @state: state to start in - * @subns: whether to match labels in view or only in scope + * @inview: whether to match labels in view or only in scope * @request: permission request * @perms: Returns computed perms (NOT NULL) * |
