forked from izaya/OC-PsychOS2
14 lines
188 B
Lua
14 lines
188 B
Lua
|
local foxfs = require "foxfs"
|
||
|
local tsuki = {}
|
||
|
|
||
|
function tsuki.reset_security_node(path)
|
||
|
|
||
|
end
|
||
|
|
||
|
function tsuki.reset_dev_permissions(path)
|
||
|
|
||
|
end
|
||
|
|
||
|
function tsuki.make_security_node(path)
|
||
|
|
||
|
end
|