wayland: implement wp-security-manager-v1
This commit is contained in:
parent
886339ff96
commit
1fceffe235
16 changed files with 417 additions and 11 deletions
19
wire/wp_security_context_v1.txt
Normal file
19
wire/wp_security_context_v1.txt
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
request destroy {
|
||||
|
||||
}
|
||||
|
||||
request set_sandbox_engine {
|
||||
name: str,
|
||||
}
|
||||
|
||||
request set_app_id {
|
||||
app_id: str,
|
||||
}
|
||||
|
||||
request set_instance_id {
|
||||
instance_id: str,
|
||||
}
|
||||
|
||||
request commit {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue