diff --git a/claw/code-claw.lua b/claw/code-claw.lua index 13545c3..9d3f059 100644 --- a/claw/code-claw.lua +++ b/claw/code-claw.lua @@ -68,7 +68,7 @@ return { }, ["neo-icecap"] = { desc = "KittenOS NEO / Icecap", - v = 9, + v = 10, deps = { "neo" }, @@ -126,7 +126,7 @@ return { }, ["neo-logo"] = { desc = "KittenOS NEO Logo (data)", - v = 9, + v = 10, deps = { }, dirs = { @@ -192,7 +192,7 @@ return { }, ["neo-meta"] = { desc = "KittenOS NEO: Use 'All' to install to other disks", - v = 5, + v = 9, deps = { "neo", "neo-init", diff --git a/code/apps/sys-icecap.lua b/code/apps/sys-icecap.lua index e767aef..ebe6e3c 100644 --- a/code/apps/sys-icecap.lua +++ b/code/apps/sys-icecap.lua @@ -240,7 +240,7 @@ rootAccess.securityPolicy = function (pid, proc, perm, req) end -- Do we need to start it? if perm:sub(1, 6) == "x.svc." and not neo.usAccessExists(perm) then - local appAct = splitAC(perm:sub(3)) + local appAct = splitAC(perm:sub(7)) -- Prepare for success onReg[perm] = onReg[perm] or {} local orp = onReg[perm] diff --git a/code/docs/logo.bmp b/code/docs/logo.bmp index 9365026..f856c9c 100644 Binary files a/code/docs/logo.bmp and b/code/docs/logo.bmp differ