update sepolicy for fs notification hooks

Update access_vectors and global_macros to account for the changes in
kernel commit
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=ac5656d8a4cdd93cd2c74355ed12e5617817e0e7

This change is needed to allow Android to boot on linux-next

Test: compiles
Change-Id: I35c59fc50fa9c94ab94399ce74d637e49d38129d
diff --git a/private/access_vectors b/private/access_vectors
index b77dcc1..275b9af 100644
--- a/private/access_vectors
+++ b/private/access_vectors
@@ -153,6 +153,7 @@
 	associate
 	quotamod
 	quotaget
+	watch
 }
 
 class dir
@@ -166,6 +167,11 @@
 	open
 	audit_access
 	execmod
+	watch
+	watch_mount
+	watch_sb
+	watch_with_perm
+	watch_reads
 }
 
 class file
@@ -176,6 +182,11 @@
 	execmod
 	open
 	audit_access
+	watch
+	watch_mount
+	watch_sb
+	watch_with_perm
+	watch_reads
 }
 
 class lnk_file
@@ -184,6 +195,11 @@
 	open
 	audit_access
 	execmod
+	watch
+	watch_mount
+	watch_sb
+	watch_with_perm
+	watch_reads
 }
 
 class chr_file
@@ -194,6 +210,11 @@
 	execmod
 	open
 	audit_access
+	watch
+	watch_mount
+	watch_sb
+	watch_with_perm
+	watch_reads
 }
 
 class blk_file
@@ -202,6 +223,11 @@
 	open
 	audit_access
 	execmod
+	watch
+	watch_mount
+	watch_sb
+	watch_with_perm
+	watch_reads
 }
 
 class sock_file
@@ -210,6 +236,11 @@
 	open
 	audit_access
 	execmod
+	watch
+	watch_mount
+	watch_sb
+	watch_with_perm
+	watch_reads
 }
 
 class fifo_file
@@ -218,6 +249,11 @@
 	open
 	audit_access
 	execmod
+	watch
+	watch_mount
+	watch_sb
+	watch_with_perm
+	watch_reads
 }
 
 class fd