projects
/
kconfig-hardened-check.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47226fe
)
Add missing OR use case
author
Alexander Popov
<alex.popov@linux.com>
Mon, 11 Mar 2019 15:08:59 +0000
(18:08 +0300)
committer
Alexander Popov
<alex.popov@linux.com>
Mon, 11 Mar 2019 15:33:27 +0000
(18:33 +0300)
kconfig-hardened-check.py
patch
|
blob
|
history
diff --git
a/kconfig-hardened-check.py
b/kconfig-hardened-check.py
index d9ffba637eec4b9ef603f74bb2b742b209bcbbfe..83d1c0d85191d957282e780cb073a18c6727213c 100755
(executable)
--- a/
kconfig-hardened-check.py
+++ b/
kconfig-hardened-check.py
@@
-74,7
+74,9
@@
class OR:
self.result = None
# self.opts[0] is the option which this OR-check is about.
- # Use case: OR(<X_is_hardened>, <X_is_disabled>)
+ # Use case:
+ # OR(<X_is_hardened>, <X_is_disabled>)
+ # OR(<X_is_hardened>, <X_is_hardened_old>)
@property
def name(self):