temp/unl0kr: new aport
This adds a package for unl0kr so that we can start testing it as a potential osk-sdl replacement.
For testing you can force unl0kr instead of osk-sdl during installation with
pmbootstrap install --fde --add unl0kr
Afterwards unl0kr should show up and prompt for the password at boot.
Merge request reports
Activity
@craftyguy maybe you could take a look at this? It's largely a copy of the osk-sdl APKBUILD. I just gave it a lower priority for providing
postmarketos-fde-unlocker
.By Johannes Marbach on 2021-11-15T20:42:25
- Resolved by Administrator
Ugh, crap. I only verified that it compiles in the logs but didn't look at the final package.
Will have to check that out.
By Johannes Marbach on 2021-11-16T01:24:04
Edited by Ghost User
- Resolved by Administrator
- Resolved by Administrator
- Resolved by Administrator
@cherrypicker Nice!!!!
the initfs's init.sh script will need to be changed so that it can handle different unlockers...
one idea I had was that each unlocker could provide a script with a common name that the init.sh runs, so that unlocker specifics could be moved from the init.sh.
For example, if init.sh calls
/bin/unlocker
, osk-sdl could provide this script and set environment/run dfb or whatever. unl0ker could provide this script and run unl0kr, and so on. This way we don't have to have crazy complicated logic in init.sh to decide which unlocker to run, and init.sh wouldn't need to change to 'support' new unlockers later, it would just always call the same unlocker script.By clayton craft on 2021-11-16T01:30:40
added 1 commit
- ddae23a2 - Apply 1 suggestion(s) to 1 file(s)
By Johannes Marbach on 2021-11-16T19:06:54
mentioned in issue #1294 (closed)
By Johannes Marbach on 2021-11-18T20:07:57
mentioned in issue #1309 (closed)
By Johannes Marbach on 2021-11-21T12:38:43
- Resolved by Administrator
I've added it under
temp/
because it's not ready for general use yetThat's not what the
temp
directory is for. That is for packages forked from Alpine due to various reasons, to make sure we keep track of them and don't forgot to upstream our changes again. Please just put this inmain
, it doesn't matter that most people shouldn't use it yet, I can guarantee you they won'tBy Bart Ribbers on 2021-11-29T18:44:20
Edited by Ghost User
added 50 commits
-
8bc49601...c9661255 - 49 commits from branch
postmarketOS:master
- 4aff80ea - temp/unl0kr: new aport
By Johannes Marbach on 2021-11-29T18:43:12
-
8bc49601...c9661255 - 49 commits from branch