Add option to specific PAM limits.d directory

This commit is contained in:
Kira Bruneau
2022-08-03 11:56:25 -04:00
committed by afayaz-feral
parent 337f1b8a8e
commit 55b799e3df
3 changed files with 10 additions and 1 deletions

View File

@ -41,7 +41,7 @@ if with_pam_renicing
input: 'pam_limits/10-gamemode.conf.in',
output: '10-gamemode.conf',
configuration: data_conf,
install_dir: '/etc/security/limits.d',
install_dir: path_pam_limits_dir,
)
endif