init.rc: remove xt_qtaguid configuration
which has been fully replaced by eBpf (started in android P, finished in android S) Test: TreeHugger Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: Ie38e54600a9bb01c7ecdde63d9a9256bed047f41
This commit is contained in:
parent
f0db2406f7
commit
8b29034b89
1 changed files with 0 additions and 10 deletions
|
@ -425,16 +425,6 @@ on init
|
|||
chown system system /proc/pressure/memory
|
||||
chmod 0664 /proc/pressure/memory
|
||||
|
||||
# qtaguid will limit access to specific data based on group memberships.
|
||||
# net_bw_acct grants impersonation of socket owners.
|
||||
# net_bw_stats grants access to other apps' detailed tagged-socket stats.
|
||||
chown root net_bw_acct /proc/net/xt_qtaguid/ctrl
|
||||
chown root net_bw_stats /proc/net/xt_qtaguid/stats
|
||||
|
||||
# Allow everybody to read the xt_qtaguid resource tracking misc dev.
|
||||
# This is needed by any process that uses socket tagging.
|
||||
chmod 0644 /dev/xt_qtaguid
|
||||
|
||||
mount bpf bpf /sys/fs/bpf nodev noexec nosuid
|
||||
|
||||
# pstore/ramoops previous console log
|
||||
|
|
Loading…
Reference in a new issue