summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'property/CNE_01200.pro')
-rw-r--r--property/CNE_01200.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/property/CNE_01200.pro b/property/CNE_01200.pro
new file mode 100644
index 0000000..1497bd7
--- /dev/null
+++ b/property/CNE_01200.pro
@@ -0,0 +1,14 @@
+(seek
+ (
+ (ps process)
+ )
+ (and
+ (is_explicit_process ps)
+ (not
+ (and
+ (has_label ps)
+ (string_matches [label ps] "^P_.*")
+ )
+ )
+ )
+)