forked from ublue-os/bluefin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: bluefin-cli enable sudo/chown linuxbrew (ublue-os#763)
- Loading branch information
1 parent
f5c26de
commit 17be957
Showing
4 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#%PAM-1.0 | ||
|
||
auth required pam_env.so | ||
auth sufficient pam_unix.so | ||
account required pam_unix.so | ||
session required pam_limits.so | ||
session required pam_unix.so |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#%PAM-1.0 | ||
|
||
auth required pam_env.so | ||
auth sufficient pam_unix.so | ||
account required pam_unix.so | ||
session required pam_limits.so | ||
session required pam_unix.so |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
root ALL = (ALL:ALL) NOPASSWD:ALL | ||
# Make UID 1000 able to use sudo without a password | ||
#1000 ALL = (root) NOPASSWD:ALL |