AmandaC found a bug, get things prepared for r10

Going to do the same thing as previously where I delay until I'm sure there isn't anything else lurking
This commit is contained in:
20kdc 2020-04-21 21:39:09 +01:00
parent 8bd316338b
commit cbe40da3bb
3 changed files with 4 additions and 4 deletions

View File

@ -68,7 +68,7 @@ return {
}, },
["neo-icecap"] = { ["neo-icecap"] = {
desc = "KittenOS NEO / Icecap", desc = "KittenOS NEO / Icecap",
v = 9, v = 10,
deps = { deps = {
"neo" "neo"
}, },
@ -126,7 +126,7 @@ return {
}, },
["neo-logo"] = { ["neo-logo"] = {
desc = "KittenOS NEO Logo (data)", desc = "KittenOS NEO Logo (data)",
v = 9, v = 10,
deps = { deps = {
}, },
dirs = { dirs = {
@ -192,7 +192,7 @@ return {
}, },
["neo-meta"] = { ["neo-meta"] = {
desc = "KittenOS NEO: Use 'All' to install to other disks", desc = "KittenOS NEO: Use 'All' to install to other disks",
v = 5, v = 9,
deps = { deps = {
"neo", "neo",
"neo-init", "neo-init",

View File

@ -240,7 +240,7 @@ rootAccess.securityPolicy = function (pid, proc, perm, req)
end end
-- Do we need to start it? -- Do we need to start it?
if perm:sub(1, 6) == "x.svc." and not neo.usAccessExists(perm) then 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 -- Prepare for success
onReg[perm] = onReg[perm] or {} onReg[perm] = onReg[perm] or {}
local orp = onReg[perm] local orp = onReg[perm]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB