Skip to content
Snippets Groups Projects
Commit ca895fbc authored by Kenny Root's avatar Kenny Root Committed by Android Git Automerger
Browse files

am 91c12e3c: Merge "file class macro cleanup"

* commit '91c12e3c':
  file class macro cleanup
parents ced365aa 91c12e3c
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,10 @@
#
define(`capability_class_set', `{ capability capability2 }')
define(`dir_file_class_set', `{ dir file lnk_file sock_file fifo_file chr_file blk_file }')
define(`file_class_set', `{ file lnk_file sock_file fifo_file chr_file blk_file }')
define(`notdevfile_class_set', `{ file lnk_file sock_file fifo_file }')
define(`devfile_class_set', `{ chr_file blk_file }')
define(`notdevfile_class_set', `{ file lnk_file sock_file fifo_file }')
define(`file_class_set', `{ devfile_class_set notdevfile_class_set }')
define(`dir_file_class_set', `{ dir file_class_set }')
define(`socket_class_set', `{ socket tcp_socket udp_socket rawip_socket netlink_socket packet_socket key_socket unix_stream_socket unix_dgram_socket appletalk_socket netlink_route_socket netlink_firewall_socket netlink_tcpdiag_socket netlink_nflog_socket netlink_xfrm_socket netlink_selinux_socket netlink_audit_socket netlink_ip6fw_socket netlink_dnrt_socket netlink_kobject_uevent_socket tun_socket }')
define(`dgram_socket_class_set', `{ udp_socket unix_dgram_socket }')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment