@@ -0,0 +1,7 @@
import os
user = os.getenv("SUDO_USER")
if user is None:
print ("This program need 'sudo'")
exit()
else:
print('ok')
The note is not visible to the blocked user.