Skip to content

Commit 74a7a27

Browse files
ui,ruleseditor: removed placeholder text
to avoid confussion. Closes: #1524
1 parent 3040507 commit 74a7a27

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

ui/opensnitch/res/ruleseditor.ui

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,6 @@
107107
<property name="toolTip">
108108
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The value of this field is always the absolute path to the executable: /path/to/binary&lt;br/&gt;&lt;/p&gt;&lt;p&gt;Examples:&lt;/p&gt;&lt;p&gt;- Simple: /path/to/binary&lt;/p&gt;&lt;p&gt;- Multiple paths: ^/usr/lib(64|)/firefox/firefox$&lt;/p&gt;&lt;p&gt;- Multiple binaries: ^(/usr/sbin/ntpd|/lib/systemd/systemd-timesyncd|/usr/bin/xbrlapi|/usr/bin/dirmngr)$ &lt;/p&gt;&lt;p&gt;- Deny/Allow executions from /tmp:&lt;/p&gt;&lt;p&gt;^/(var/|)tmp/.*$&lt;br/&gt;&lt;/p&gt;&lt;p&gt;For more examples visit the &lt;a href=&quot;https://github.com/evilsocket/opensnitch/wiki/Rules-examples&quot;&gt;wiki page&lt;/a&gt; or ask on the &lt;a href=&quot;https://github.com/evilsocket/opensnitch/discussions&quot;&gt;Discussion forums&lt;/a&gt;.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
109109
</property>
110-
<property name="placeholderText">
111-
<string notr="true">/path/to/executable, .*/bin/executable[0-9\.]+$, ...</string>
112-
</property>
113110
</widget>
114111
</item>
115112
<item row="3" column="1">
@@ -352,9 +349,6 @@ or a single domain:
352349
www.gnu.org - it'll only match www.gnu.org, nor ftp.gnu.org, nor www2.gnu.org, ...
353350
gnu.org - it'll only match gnu.org, nor www.gnu.org, nor ftp.gnu.org, ...</string>
354351
</property>
355-
<property name="placeholderText">
356-
<string>www.domain.org, .*\.domain.org</string>
357-
</property>
358352
</widget>
359353
</item>
360354
<item row="6" column="0">

0 commit comments

Comments
 (0)