]> Kevux Git Server - fll/commit
Bugfix: file change role invalid parameter on < -1.
authorKevin Day <thekevinday@gmail.com>
Fri, 21 Aug 2020 03:34:04 +0000 (22:34 -0500)
committerKevin Day <thekevinday@gmail.com>
Fri, 21 Aug 2020 03:34:04 +0000 (22:34 -0500)
commit18fe3f95e7538365b4ba8b703b404117ed9507d4
tree4e19fd8cbf41798f13b055d19e4e49aa4c6cee74
parent632fb9730649c97b087602ced96f44af67b3687d
Bugfix: file change role invalid parameter on < -1.

Having tests for "< -1" resulted in false positives for invalid parameters.

It appears that the uid_t and gid_t types are unsigned.
The value -1 is simply a special case use.
level_0/f_file/c/file.c