OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rw_file_perms
(Results
1 - 3
of
3
) sorted by null
/external/sepolicy/
untrusted_app.te
18
allow untrusted_app tun_device:chr_file
rw_file_perms
;
41
allow untrusted_app devpts:chr_file
rw_file_perms
;
50
allow untrusted_app shell_data_file:file
rw_file_perms
;
global_macros
26
define(`
rw_file_perms
', `{ r_file_perms w_file_perms }')
27
define(`rwx_file_perms', `{
rw_file_perms
x_file_perms }')
29
define(`create_file_perms', `{ create setattr
rw_file_perms
link_file_perms }')
app.te
23
allow appdomain system:fifo_file
rw_file_perms
;
55
allow appdomain qtaguid_proc:file
rw_file_perms
;
Completed in 42 milliseconds