I have a self-signed applet which gets full permissions when the user accepts the certificate. My applet only needs socket (connect/resolve) permissions. Is there any way to specify this so the user doesn't get a warning saying "this app will have full permissions, and can access your webcam/mic etc".. but instead just gets a warning saying this application will have socket permissions?
I know the user can manually allow this by editing their policy file.. but can't webstart/jnlp ask the user for specific permissions, rather than just all permissions?