Under which conditions is it secure to publish an encryption of the secret key $s$ under itself in terms of an $RLWE_s(s)$ ciphertext? Because for some schemes this is (repeatedly) used in bootstrapping or key switching, it seems to be secure (or at least it is assumed to be so).
On the other hand, if multiple encryptions $RLWE_{s_i}(s_k)$ are published it seems to be critical that there is no ``cycle'', i.e., it is insecure to publish $RLWE_{s_1}(s_2), RLWE_{s_2}(s_3), \dots, RLWE_{s_k}(s_1)$ as indicated by https://eprint.iacr.org/2016/110.pdf
However, it is secure if the published encryptions are ``cycle-free''? Based on the example above, is it safe to publish $$ RLWE_{s_1}(s_2), RLWE_{s_2}(s_3), \dots, RLWE_{s_{k-1}}(s_k)? $$ How about all under the same key $$ RLWE_{s_1}(s_2), RLWE_{s_1}(s_3), \dots, RLWE_{s_1}(s_k)? $$