Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
devices
android_device_sony_kitakami-common
Commits
f470c030
Commit
f470c030
authored
Jul 24, 2020
by
Bernhard Thoben
Browse files
Changed some more sepolicy properties
Change-Id: I7120ad0aab38e4199eeeab06e00c13bc8b12ad18
parent
0bf1f7ae
Changes
4
Hide whitespace changes
Inline
Side-by-side
sepolicy/fsck.te
View file @
f470c030
allow fsck diag_partition_device:blk_file { read write };
allow fsck self:capability { dac_override dac_read_search };
sepolicy/ueventd.te
View file @
f470c030
...
...
@@ -5,3 +5,4 @@ allow ueventd device:file relabelfrom;
allow ueventd sysfs_camera_torch:file { open write };
allow ueventd vfat:dir search;
allow ueventd vfat:file { getattr open read };
allow ueventd self:capability sys_nice;
sepolicy/untrusted_app_27.te
View file @
f470c030
allow untrusted_app_27 proc_tty_drivers:file { getattr open read };
allow untrusted_app_27 serialno_prop:file read;
allow untrusted_app_27 serialno_prop:file open;
allow untrusted_app_27 serialno_prop:file getattr;
sepolicy/zygote.te
View file @
f470c030
allow zygote proc_cmdline:file { getattr open read };
allow zygote device:file write;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment