rt-app currently reserves the -1 value as a special "don't modify" value. Unfortunately, -1 is now also a valid value for the clamps for the kernel, with the meaning "remove the clamp".
rt-app should free the -1 internal value (by using -2 or anything else) to let the user pass it to the kernel.