diff options
| author | Christian Göttsche <[email protected]> | 2022-01-25 14:14:12 +0000 |
|---|---|---|
| committer | Paul Moore <[email protected]> | 2022-01-26 00:59:52 +0000 |
| commit | 08df49054f311ca04954cf24d1216d3b5ddfd0a6 (patch) | |
| tree | 6a4b006a8f24d5c90350ce3cff71be7bd0bd3a36 /security/selinux/netnode.c | |
| parent | selinux: check return value of sel_make_avc_files (diff) | |
| download | kernel-08df49054f311ca04954cf24d1216d3b5ddfd0a6.tar.gz kernel-08df49054f311ca04954cf24d1216d3b5ddfd0a6.zip | |
selinux: declare path parameters of _genfs_sid const
The path parameter is only read from in security_genfs_sid(),
selinux_policy_genfs_sid() and __security_genfs_sid(). Since a string
literal is passed as argument, declare the parameter const.
Also align the parameter names in the declaration and definition.
Reported by clang [-Wwrite-strings]:
security/selinux/hooks.c:553:60: error: passing 'const char [2]'
to parameter of type 'char *' discards qualifiers
[-Wincompatible-pointer-types-discards-qualifiers]
rc = security_genfs_sid(&selinux_state, ... , /,
^~~
./security/selinux/include/security.h:389:36: note: passing
argument to parameter 'name' here
const char *fstype, char *name, u16 sclass,
^
Signed-off-by: Christian Göttsche <[email protected]>
[PM: wrapped description]
Signed-off-by: Paul Moore <[email protected]>
Diffstat (limited to 'security/selinux/netnode.c')
0 files changed, 0 insertions, 0 deletions
