<feed xmlns='http://www.w3.org/2005/Atom'>
<title>msec/src, branch master</title>
<subtitle>Mageia Security Tool</subtitle>
<link rel='alternate' type='text/html' href='http://gitweb.mageia.org/software/msec/'/>
<entry>
<title>Adjust string format to ease translation</title>
<updated>2026-04-01T17:00:21+00:00</updated>
<author>
<name>Aurelian R</name>
<email>arusanu@gmail.com</email>
</author>
<published>2026-04-01T17:00:21+00:00</published>
<link rel='alternate' type='text/html' href='http://gitweb.mageia.org/software/msec/commit/?id=e0e19d01254f9cb6e625bb1832564f7fc97920a6'/>
<id>e0e19d01254f9cb6e625bb1832564f7fc97920a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow manually entered permissions rules to be saved locally.</title>
<updated>2026-03-31T20:32:42+00:00</updated>
<author>
<name>Aurelian R</name>
<email>arusanu@gmail.com</email>
</author>
<published>2026-03-31T20:32:42+00:00</published>
<link rel='alternate' type='text/html' href='http://gitweb.mageia.org/software/msec/commit/?id=bd64ac679b8afee2b86a61c5c02341b89d07a0d5'/>
<id>bd64ac679b8afee2b86a61c5c02341b89d07a0d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add button to enforce permissions right away (mga#20847)</title>
<updated>2026-03-31T17:03:28+00:00</updated>
<author>
<name>Aurelian R</name>
<email>arusanu@gmail.com</email>
</author>
<published>2026-03-31T17:03:28+00:00</published>
<link rel='alternate' type='text/html' href='http://gitweb.mageia.org/software/msec/commit/?id=7f25b031028218c545e1f42adf8fc34d06df71b6'/>
<id>7f25b031028218c545e1f42adf8fc34d06df71b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Modernize some bits of code.</title>
<updated>2026-03-30T18:44:32+00:00</updated>
<author>
<name>Aurelian R</name>
<email>arusanu@gmail.com</email>
</author>
<published>2026-03-30T18:44:32+00:00</published>
<link rel='alternate' type='text/html' href='http://gitweb.mageia.org/software/msec/commit/?id=e7ff1c375260184dca72756314f96c71ceb1130e'/>
<id>e7ff1c375260184dca72756314f96c71ceb1130e</id>
<content type='text'>
* modernize the handling of errors
* rename some variables as they use reserved words
* fix some typos and deprecated use of parameters
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* modernize the handling of errors
* rename some variables as they use reserved words
* fix some typos and deprecated use of parameters
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix an error in acl pattern and limit the icon sizes</title>
<updated>2026-03-30T18:39:09+00:00</updated>
<author>
<name>Aurelian R</name>
<email>arusanu@gmail.com</email>
</author>
<published>2026-03-30T18:39:09+00:00</published>
<link rel='alternate' type='text/html' href='http://gitweb.mageia.org/software/msec/commit/?id=f66fcbcba5fd0aa38e9e610a3202c6dd4232b9eb'/>
<id>f66fcbcba5fd0aa38e9e610a3202c6dd4232b9eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a toggle box for the permissions rules' forced mode.</title>
<updated>2026-03-30T18:34:55+00:00</updated>
<author>
<name>Aurelian R</name>
<email>arusanu@gmail.com</email>
</author>
<published>2026-03-30T18:34:55+00:00</published>
<link rel='alternate' type='text/html' href='http://gitweb.mageia.org/software/msec/commit/?id=02713c310291c64bf080307983de799444c792ea'/>
<id>02713c310291c64bf080307983de799444c792ea</id>
<content type='text'>
* Note: forced mode is autoenabled for a new permission rule
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Note: forced mode is autoenabled for a new permission rule
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix permission reading/applying (mga#35275, mga#20847)</title>
<updated>2026-03-27T23:32:08+00:00</updated>
<author>
<name>Aurelian R</name>
<email>arusanu@gmail.com</email>
</author>
<published>2026-03-27T23:32:08+00:00</published>
<link rel='alternate' type='text/html' href='http://gitweb.mageia.org/software/msec/commit/?id=4cca30a42f4e41a24425bac413b650a199502d4e'/>
<id>4cca30a42f4e41a24425bac413b650a199502d4e</id>
<content type='text'>
* config:
  - fix regex read of 3 or 4 characters for permisson settings
  - avoid failures when force/acl are undefined
  - fix s.decode() call ?
* libmsec: drop utf8 decoding, log and guard against invalid entries
* msecgui: apply the permissions when saving the configuration
* msecperms: read in the acl entries
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* config:
  - fix regex read of 3 or 4 characters for permisson settings
  - avoid failures when force/acl are undefined
  - fix s.decode() call ?
* libmsec: drop utf8 decoding, log and guard against invalid entries
* msecgui: apply the permissions when saving the configuration
* msecperms: read in the acl entries
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare replacement of deprecated Gtk.STOCK_OK(CANCEL) macros</title>
<updated>2026-03-26T19:39:42+00:00</updated>
<author>
<name>Aurelian R</name>
<email>arusanu@gmail.com</email>
</author>
<published>2026-03-26T19:39:42+00:00</published>
<link rel='alternate' type='text/html' href='http://gitweb.mageia.org/software/msec/commit/?id=10c8891ea8c180a37f364dd947cacaebc4ca2954'/>
<id>10c8891ea8c180a37f364dd947cacaebc4ca2954</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Gtk.Box instead of deprecated Gtk.HBox(VBox)</title>
<updated>2026-03-26T16:23:52+00:00</updated>
<author>
<name>Aurelian R</name>
<email>arusanu@gmail.com</email>
</author>
<published>2026-03-26T16:23:52+00:00</published>
<link rel='alternate' type='text/html' href='http://gitweb.mageia.org/software/msec/commit/?id=340aca6721d54b02bfb2bb3e109bf7241c9e97f0'/>
<id>340aca6721d54b02bfb2bb3e109bf7241c9e97f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch from deprecated Gtk.Table() to Gtk.Grid()</title>
<updated>2026-03-26T15:31:58+00:00</updated>
<author>
<name>Aurelian R</name>
<email>arusanu@gmail.com</email>
</author>
<published>2026-03-26T15:31:58+00:00</published>
<link rel='alternate' type='text/html' href='http://gitweb.mageia.org/software/msec/commit/?id=1f237c84acb6d50c53c10468e949437a9220922f'/>
<id>1f237c84acb6d50c53c10468e949437a9220922f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
