Modularize SecurityLevel
Recently, Firefox RR started turning off JSM/ES Modules compatibility (e.g., in imports).
I already converted some jsm to es modules in my rebase effort, except for Security Level.
Then yesterday I tried to build and run, and this broke the browser at runtime, so I had to convert Security Level to modules.
I think having this patch also for 13.5 is okay.