home *** CD-ROM | disk | FTP | other *** search
- package java.lang;
-
- import java.security.PrivilegedAction;
- import sun.security.util.SecurityConstants;
-
- final class System$1 implements PrivilegedAction {
- // $FF: synthetic field
- final SecurityManager val$s;
-
- System$1(SecurityManager var1) {
- this.val$s = var1;
- }
-
- public Object run() {
- this.val$s.getClass().getProtectionDomain().implies(SecurityConstants.ALL_PERMISSION);
- return null;
- }
- }
-