Use root to create new user, then run app as new user.
- 0 Posts
- 5 Comments
Joined 2 years ago
Cake day: August 15th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Or you could use a separate key on each device.
astray@lemm.eeto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Rockstar selling you cracked copies on SteamEnglish1·2 years agoOr the crack was an in-house job and they are just using the in-house patch to get around it.
astray@lemm.eeto Linux@lemmy.ml•Ubuntu's Mozillateam PPA now forcing users over to snap install for Firefox.62·2 years agoFlatpacks include the dependencies with the application. So different flatpacks may have the same libraries over and over, wasting space. RPM/DEB install just the application and each dependency is a separate package, and packages that use the same dependency will share the one copy. So flatpack is better for consistency when running the app because everyone is running the same dependency version, and space isn’t as much of an issue anymore with nearly everything having more than enough storage.
A security module or a key fob/smart card processes the key internally using its own dedicated ram and cpu without any debugging support. This way, even something will full ram and cpu access or a compromise of your machine, there is no way to export or access the key. Data is passed to the module and it returns the scrambled or unscrambled result based on the key which no body knows or has ever seen. A key locked with no way to access can’t be hacked without physically stealing the module, which is where your pin comes in to save you. The TPM is a very important part of a secure boot chain. If you want to secure other things I wouldn’t blame you for using a separate module or fob that isn’t always connected util it’s actually needed and it should only be activated with a physical button or something so you have to be present to engage with it. This adds even more security. So you could use the TPM for boot chain security and a separate fob or data privacy for example.