Questions tagged [separation]

6 questions
6
votes
2 answers

application runtime separation - best practise

I need to persuade "the management" that running two or more unrelated business-critital applications within a single shared runtime environment (i.e. a single "command line") is a really bad idea. Problem is the management doesn't recognise "the…
cptMikky
  • 455
  • 2
  • 5
2
votes
1 answer

Is it ok to let someone unlock their own account with their admin account?

Scenario: Person A's normal computer account is personA. They have locked this out with too many bad password attempts. The user is part of the IT group, so they also have an admin account: personA-admin. They use this admin account to unlock…
BeckyG
  • 21
  • 1
2
votes
1 answer

Sandbox for GNU/Linux secure enough to run malware in it without harm

I am seemkng for a sandbox for Linux secure enough to run malware in it securely. It should allow create different sandboxes run different programs in them, including the ones requiring admin privileges (in this case sandbox must give them…
KOLANICH
  • 892
  • 6
  • 14
1
vote
0 answers

Making sure to type in the right password on the right place

This is not about technology, but about human factors. I type in passwords so often, that it is a habit that doesn't require thinking. I type these fast and correct. Lets take an SSH agent password as an example. I login to the computer, then I…
allo
  • 3,173
  • 11
  • 24
1
vote
2 answers

Separate networks on one modem for security reasons

I'm not very familiar with networking issues, but my current project requires me to create an environment in which I will have 2 clients, but client 2 cannot see where client 1 is connected to and with whom it is communicating. Client 2 is able to…
kafka01
  • 11
  • 3
0
votes
1 answer

What would be reasonable approach for sandboxing new project to be protected against security holes made by chance?

As a regular developer I'm curious about looking at new projects. Let's say today I want to contribute to open source project in Python. This project is on GitHub and I a kind of confident in people behind this project. The only thing that bothers…
Vladimir Berlev
  • 263
  • 2
  • 8