mirror of
https://github.com/20kdc/OC-KittenOS.git
synced 2024-11-23 02:48:06 +11:00
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:
parent
8bd316338b
commit
cbe40da3bb
@ -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",
|
||||
|
@ -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]
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
Loading…
Reference in New Issue
Block a user