View Single Post
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#21
Originally Posted by Kabouik View Post
I do have dependencies issue, but cannot fix it with an apt-get install -f because of Aegis rejection (even with AEGIS_FIXED_ORIGIN as it is designed for open mode and I only have Inception). I tried after devel-su, opensh or ariadne sh, but none fixed the issue.

By the way the curl command is not found, therefore I can't add the key.
You might need to install curl by doing "apt-get install curl"

Ah since you have inception you must be having aegisctl too right?

So before doing the installation, make aegis relaxed (below are options of aegisctl):

Code:
Disable source origin check      aegisctl -s
  Allow loading any kernel module  aegisctl -k
  Enable relaxed mode              aegisctl +r
  Switch to permissive mode        aegisctl --really @es
  Disable Aegis validation         aegisctl --really -esdakx
  Reset to defaults                aegisctl +esdrtxk,-az
I personally haven't used aegisctl in a long time so I'm slightly unsure but I think you can start with aegisctl -s or switch to permissive mode...