diff options
| author | Mark Brown <broonie@kernel.org> | 2026-08-21 14:24:35 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-08-21 14:24:35 +0100 |
| commit | d17b8a5322020640bb0eb25e143c5f94b960e286 (patch) | |
| tree | 63734ece0b822592d257abdd4df3e4d9acedc549 | |
| parent | 87bcc9a16267f3e1e6f3be7eabbf64a5fa5c2756 (diff) | |
| parent | 9b0ee13b80798feb0e6a83a6d69e915f23fcb6bc (diff) | |
| download | linux-next-d17b8a5322020640bb0eb25e143c5f94b960e286.tar.gz linux-next-d17b8a5322020640bb0eb25e143c5f94b960e286.zip | |
Merge branch 'caps-next' of https://git.kernel.org/pub/scm/linux/kernel/git/sergeh/linux.git
| -rw-r--r-- | include/uapi/linux/capability.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/uapi/linux/capability.h b/include/uapi/linux/capability.h index ea5a0899ecf0..06f206faee04 100644 --- a/include/uapi/linux/capability.h +++ b/include/uapi/linux/capability.h @@ -104,9 +104,9 @@ struct vfs_ns_cap_data { #endif -/** - ** POSIX-draft defined capabilities. - **/ +/* + * POSIX-draft defined capabilities. + */ /* In a system with the [_POSIX_CHOWN_RESTRICTED] option defined, this overrides the restriction of changing file ownership and group @@ -159,9 +159,9 @@ struct vfs_ns_cap_data { #define CAP_SETUID 7 -/** - ** Linux-specific capabilities - **/ +/* + * Linux-specific capabilities + */ /* Without VFS support for capabilities: * Transfer any capability in your permitted set to any pid, |
