Commit Graph

8 Commits (2e55528e82f9c174c2a1de4a9422fcf46f828a53)

Author SHA1 Message Date
brian 3bd955e8cc Use os.execute instead of posix.exec in rpm
From rpm versions 4.9.0 and on, posix.exec() will return an error unless called
from a child process created with posix.fork(). os.execute() may be used
instead.

This change is documented in these two resources:

- http://rpm.org/user_doc/lua.html
- https://rpm-packaging-guide.github.io/

Close #53.
2019-02-14 12:32:18 +01:00
Emilio a0674eb8f0 Add other sudo to rpm thanks to https://lsdsecurity.com/2019/01/linux-privilege-escalation-using-apt-get-apt-dpkg-to-abuse-sudo-nopasswd-misconfiguration/ as in #51 2019-02-02 15:54:57 +00:00
Emilio Pinna dd337b5ddf Adopt new function names 2018-10-05 18:55:38 +01:00
Andrea Cardaci e1cd3aed68 Fix YAMLs according to YAMLlint 2018-07-16 15:01:50 +02:00
Emilio Pinna d6895f367d Reorder functions in binaries 2018-07-04 19:26:52 +01:00
Andrea Cardaci 36dcf7a836 Reorganize function names 2018-05-25 15:30:02 +02:00
Andrea Cardaci f0d72ff530 Fix trailing spaces 2018-05-25 01:10:39 +02:00
Emilio Pinna b81e57005a First commit 2018-05-21 20:14:41 +01:00