mirror of
https://github.com/kmitresse/Master-TI-2.git
synced 2026-05-13 17:11:53 +00:00
12 lines
379 B
Plaintext
Executable File
12 lines
379 B
Plaintext
Executable File
/* AUTOMATICALLY GENERATED ON Fri Oct 18 10:43:50 CEST 2024*/
|
|
/* DO NOT EDIT */
|
|
|
|
grant codeBase "https://docs.oracle.com/javase/tutorial/security/tour1/examples/" {
|
|
};
|
|
|
|
grant codeBase "file:/home/kmitresse/PauUniversity/Master-TI-2/security/TP1/" {
|
|
permission java.util.PropertyPermission "user.home", "read";
|
|
permission java.util.PropertyPermission "java.home", "read";
|
|
};
|
|
|