Add the sys_resource capability to sdcardd.

Change-Id: I0b2ecdbddbed3d5ea1617c9ae9af7f8b1c9ace93
This commit is contained in:
Geremy Condra 2013-03-27 21:14:31 -07:00 committed by repo sync
parent 4387956f26
commit 1ac712f74c

View file

@ -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;