allow system_server BLKSECDISCARD BLKDISCARD
am: bacf448bdb
Change-Id: If1d3ba9c3b0e8db84b7bc8f40c864de6d8b477e3
diff --git a/private/system_server.te b/private/system_server.te
index 7104135..621385c 100644
--- a/private/system_server.te
+++ b/private/system_server.te
@@ -713,6 +713,7 @@
# protection partition. This block device does not get wiped in a factory reset.
allow system_server block_device:dir search;
allow system_server frp_block_device:blk_file rw_file_perms;
+allowxperm system_server frp_block_device:blk_file ioctl { BLKSECDISCARD BLKDISCARD };
# Clean up old cgroups
allow system_server cgroup:dir { remove_name rmdir };