summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authortylermurphy534 <tylermurphy534@gmail.com>2022-11-19 17:37:56 +0000
committertylermurphy534 <tylermurphy534@gmail.com>2022-11-19 17:37:56 +0000
commitce6af95b74106d65c3d12f745d215732076562b9 (patch)
tree6f6c2ef19b93c80b9cc4567a4a94ce3621ff8eb4 /config
parentupdate aur depends (diff)
parentfix install file part 2 (diff)
downloadcrab-ce6af95b74106d65c3d12f745d215732076562b9.tar.gz
crab-ce6af95b74106d65c3d12f745d215732076562b9.tar.bz2
crab-ce6af95b74106d65c3d12f745d215732076562b9.zip
Merge pull request '0.6.0' (#1) from dev into main
Reviewed-on: https://g.tylerm.dev/tylermurphy534/crab/pulls/1
Diffstat (limited to 'config')
-rw-r--r--config/default5
-rw-r--r--config/pam4
2 files changed, 9 insertions, 0 deletions
diff --git a/config/default b/config/default
new file mode 100644
index 0000000..8976cc6
--- /dev/null
+++ b/config/default
@@ -0,0 +1,5 @@
+deny :docker
+permit nopass persist linus as root
+#deny stallman
+permit :wheel persist
+permit nvidia as fu \ No newline at end of file
diff --git a/config/pam b/config/pam
new file mode 100644
index 0000000..b98216b
--- /dev/null
+++ b/config/pam
@@ -0,0 +1,4 @@
+#%PAM-1.0
+auth include system-auth
+account include system-auth
+session include system-auth