Skip to content
Snippets Groups Projects
Commit 1ac712f7 authored by Geremy Condra's avatar Geremy Condra Committed by repo sync
Browse files

Add the sys_resource capability to sdcardd.

Change-Id: I0b2ecdbddbed3d5ea1617c9ae9af7f8b1c9ace93
parent 4387956f
Branches
Tags
No related merge requests found
......@@ -7,6 +7,6 @@ allow sdcardd cgroup:dir create_dir_perms;
allow sdcardd fuse_device:chr_file rw_file_perms;
allow sdcardd rootfs:dir mounton;
allow sdcardd sdcard_type:filesystem mount;
allow sdcardd self:capability { setuid setgid dac_override sys_admin };
allow sdcardd self:capability { setuid setgid dac_override sys_admin sys_resource };
allow sdcardd system_data_file:dir create_dir_perms;
allow sdcardd system_data_file:file create_file_perms;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment