Markus Linnala

Results 25 issues of Markus Linnala

Update version number to match git tag to reduce confusion.

#### Description: audit_rules_suid_privilege_function regexp has variations where none wanted #### Rationale: Simplify rules how regexp is formed to make it easier to keep them in line with each other. There...

enhancement
needs-rebase
ok-to-test

#### Description: Search configs at /etc/security/namespace.d Instead of requiring only one config, allow other possible implementations. #### Rationale: Rules should search configs where they can be placed. Rules should allow...

ok-to-test

#### Description: Some sshd rules only support `/etc/ssh/sshd_config` At least: `sshd_set_login_grace_time` `sshd_set_max_auth_tries` `sshd_set_max_sessions` `sshd_set_maxstartups` These also use variables. This patch tries to make it possible to use variables with `sshd_lineinfile`...

do-not-merge/work-in-progress
needs-ok-to-test

python-taint==0.42 python 3.7 File a/sys.py ```python from sys import path print(path) ``` ```sh % python3 ./a/sys.py ['/home/user/a', '/usr/lib64/python37.zip', '/usr/lib64/python3.7', '/usr/lib64/python3.7/lib-dynload', '/usr/lib64/python3.7/site-packages', '/usr/lib/python3.7/site-packages'] ``` ```sh % ./.tox/pyt/bin/pyt -v -v -v -v...

python 3.7 python-taint==0.42 ```sh % .tox/pyt/bin/pyt tests/a_mock.py Traceback (most recent call last): File ".tox/pyt/bin/pyt", line 10, in sys.exit(main()) File "/home/user/.tox/pyt/lib/python3.7/site-packages/pyt/__main__.py", line 106, in main allow_local_directory_imports=args.allow_local_imports File "/home/user/.tox/pyt/lib/python3.7/site-packages/pyt/cfg/make_cfg.py", line 42, in...

**Is your feature request related to a problem? Please describe.** If I want to edit unit file manually, I use "systemctl edit" as then I don't needs to create directories...

RFE 🎁
systemctl

#### Description of Feature request: HTML Report should show each skipped rule. This is from workflow, where there is a initial policy with list of enabled and disabled rules. *Enabled*...

I had problems with xortool to handle all files in test/data and also I wanted to use Python 3. After initial fixes, I noticed it was somewhat slow and limited...

packages - fapolicyd-dnf-plugin-1.0.3-2.fc34.noarch - fapolicyd-selinux-1.0.3-2.fc34.noarch - fapolicyd-1.0.3-2.fc34.x86_64 I've been testing fapolicyd and have some notes when using default ruleset. Mainly my gripe is about: https://github.com/linux-application-whitelisting/fapolicyd/blob/6ed039f4ec176b0bab96093e505d9f1f5f4ca3f3/init/fapolicyd.rules.known-libs#L37 ### /bin /sbin change if...