* [gentoo-commits] proj/baselayout:master commit in: share.Linux/
@ 2016-08-25 19:09 William Hubbs
0 siblings, 0 replies; 7+ messages in thread
From: William Hubbs @ 2016-08-25 19:09 UTC (permalink / raw
To: gentoo-commits
commit: 89621f070195cab17d2f4ee6f7ac084946bba02a
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 25 16:21:05 2016 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu Aug 25 18:57:24 2016 +0000
URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=89621f07
share.Linux/fstab: update advice regarding labels and UUIDS
share.Linux/fstab | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/share.Linux/fstab b/share.Linux/fstab
index 4c2782e..62dd22e 100644
--- a/share.Linux/fstab
+++ b/share.Linux/fstab
@@ -18,14 +18,12 @@
# NOTE: Even though we list ext4 as the type here, it will work with ext2/ext3
# filesystems. This just tells the kernel to use the ext4 driver.
#
-# NOTE: You can use full paths to devices like /dev/sda3, but nowadays it is
-# recommended to set labels in the filesystem and mount via that. All
-# modern Linux filesystems should support this functionality. If your
-# boot partition is /dev/sda1 and is ext4, you can set the label of it
-# to "boot" by running:
-# # e2label /dev/sda1 boot
-# Then the LABEL example below will work for you.
+# NOTE: You can use full paths to devices like /dev/sda3, but it is often
+# more reliable to use filesystem labels or UUIDs. See your filesystem
+# documentation for details on setting a label. To obtain the UUID, use
+# the blkid(8) command.
+
#LABEL=boot /boot ext4 noauto,noatime 1 2
-#LABEL=root / ext4 noatime 0 1
+#UUID=58e72203-57d1-4497-81ad-97655bd56494 / ext4 noatime 0 1
#LABEL=swap none swap sw 0 0
#/dev/cdrom /mnt/cdrom auto noauto,ro 0 0
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/baselayout:master commit in: share.Linux/
@ 2016-08-28 16:19 William Hubbs
0 siblings, 0 replies; 7+ messages in thread
From: William Hubbs @ 2016-08-28 16:19 UTC (permalink / raw
To: gentoo-commits
commit: 5ee3c95d2086e626247640ca35cf2da78c4c9846
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 28 15:51:23 2016 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sun Aug 28 15:51:23 2016 +0000
URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=5ee3c95d
share.Linux/shadow: mark portage user as locked out
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=521970
share.Linux/shadow | 1 +
1 file changed, 1 insertion(+)
diff --git a/share.Linux/shadow b/share.Linux/shadow
index 1bc4ac1..47c6eb7 100644
--- a/share.Linux/shadow
+++ b/share.Linux/shadow
@@ -9,4 +9,5 @@ adm:*:9797:0:::::
lp:*:9797:0:::::
news:*:9797:0:::::
uucp:*:9797:0:::::
+portage:*:9797:0:::::
nobody:*:9797:0:::::
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/baselayout:master commit in: share.Linux/
@ 2016-08-26 16:53 William Hubbs
0 siblings, 0 replies; 7+ messages in thread
From: William Hubbs @ 2016-08-26 16:53 UTC (permalink / raw
To: gentoo-commits
commit: e8bbd89949b85a8359fb691c02fb12f0820f19ac
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 26 16:49:13 2016 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Fri Aug 26 16:52:00 2016 +0000
URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=e8bbd899
share.Linux/passwd: change "operator" login shell to /sbin/nologin
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=346483
share.Linux/passwd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share.Linux/passwd b/share.Linux/passwd
index 9f2f698..28b54e8 100644
--- a/share.Linux/passwd
+++ b/share.Linux/passwd
@@ -8,6 +8,6 @@ shutdown:x:6:0:shutdown:/sbin:/sbin/shutdown
halt:x:7:0:halt:/sbin:/sbin/halt
news:x:9:13:news:/var/spool/news:/bin/false
uucp:x:10:14:uucp:/var/spool/uucp:/bin/false
-operator:x:11:0:operator:/root:/bin/bash
+operator:x:11:0:operator:/root:/sbin/nologin
portage:x:250:250:portage:/var/tmp/portage:/bin/false
nobody:x:65534:65534:nobody:/var/empty:/bin/false
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/baselayout:master commit in: share.Linux/
@ 2015-09-10 14:54 William Hubbs
0 siblings, 0 replies; 7+ messages in thread
From: William Hubbs @ 2015-09-10 14:54 UTC (permalink / raw
To: gentoo-commits
commit: 3150eecd25d834eeee0a7f98bdd8266b2a2a552f
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 10 14:53:18 2015 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu Sep 10 14:53:18 2015 +0000
URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=3150eecd
Revert "remove the uucp user"
This reverts commit 2ebb0d7b29132822e8bc6f9b67940541a6261f74.
This needs more thought; we have consumers in the tree still. I'm not
sure whether we should drop it here or fix the consumers first.
share.Linux/passwd | 1 +
share.Linux/shadow | 1 +
2 files changed, 2 insertions(+)
diff --git a/share.Linux/passwd b/share.Linux/passwd
index 0476a79..9f2f698 100644
--- a/share.Linux/passwd
+++ b/share.Linux/passwd
@@ -7,6 +7,7 @@ sync:x:5:0:sync:/sbin:/bin/sync
shutdown:x:6:0:shutdown:/sbin:/sbin/shutdown
halt:x:7:0:halt:/sbin:/sbin/halt
news:x:9:13:news:/var/spool/news:/bin/false
+uucp:x:10:14:uucp:/var/spool/uucp:/bin/false
operator:x:11:0:operator:/root:/bin/bash
portage:x:250:250:portage:/var/tmp/portage:/bin/false
nobody:x:65534:65534:nobody:/var/empty:/bin/false
diff --git a/share.Linux/shadow b/share.Linux/shadow
index 278bf45..1bc4ac1 100644
--- a/share.Linux/shadow
+++ b/share.Linux/shadow
@@ -8,4 +8,5 @@ daemon:*:9797:0:::::
adm:*:9797:0:::::
lp:*:9797:0:::::
news:*:9797:0:::::
+uucp:*:9797:0:::::
nobody:*:9797:0:::::
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/baselayout:master commit in: share.Linux/
@ 2015-01-07 2:24 William Hubbs
0 siblings, 0 replies; 7+ messages in thread
From: William Hubbs @ 2015-01-07 2:24 UTC (permalink / raw
To: gentoo-commits
commit: 18fe9e877b496980256f4a8b3251e416e1afca89
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 7 02:21:47 2015 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed Jan 7 02:21:47 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/baselayout.git;a=commit;h=18fe9e87
add the dialout group
---
share.Linux/group | 1 +
1 file changed, 1 insertion(+)
diff --git a/share.Linux/group b/share.Linux/group
index 65929fd..b5035ff 100644
--- a/share.Linux/group
+++ b/share.Linux/group
@@ -15,6 +15,7 @@ uucp::14:uucp
console::17:
audio::18:
cdrom::19:
+dialout::20:
tape::26:root
video::27:root
cdrw::80:
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/baselayout:master commit in: share.Linux/
@ 2015-01-07 2:24 William Hubbs
0 siblings, 0 replies; 7+ messages in thread
From: William Hubbs @ 2015-01-07 2:24 UTC (permalink / raw
To: gentoo-commits
commit: 2ebb0d7b29132822e8bc6f9b67940541a6261f74
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 7 02:22:40 2015 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed Jan 7 02:22:40 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/baselayout.git;a=commit;h=2ebb0d7b
remove the uucp user
---
share.Linux/passwd | 1 -
share.Linux/shadow | 1 -
2 files changed, 2 deletions(-)
diff --git a/share.Linux/passwd b/share.Linux/passwd
index 9f2f698..0476a79 100644
--- a/share.Linux/passwd
+++ b/share.Linux/passwd
@@ -7,7 +7,6 @@ sync:x:5:0:sync:/sbin:/bin/sync
shutdown:x:6:0:shutdown:/sbin:/sbin/shutdown
halt:x:7:0:halt:/sbin:/sbin/halt
news:x:9:13:news:/var/spool/news:/bin/false
-uucp:x:10:14:uucp:/var/spool/uucp:/bin/false
operator:x:11:0:operator:/root:/bin/bash
portage:x:250:250:portage:/var/tmp/portage:/bin/false
nobody:x:65534:65534:nobody:/var/empty:/bin/false
diff --git a/share.Linux/shadow b/share.Linux/shadow
index 1bc4ac1..278bf45 100644
--- a/share.Linux/shadow
+++ b/share.Linux/shadow
@@ -8,5 +8,4 @@ daemon:*:9797:0:::::
adm:*:9797:0:::::
lp:*:9797:0:::::
news:*:9797:0:::::
-uucp:*:9797:0:::::
nobody:*:9797:0:::::
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/baselayout:master commit in: share.Linux/
@ 2014-08-07 3:35 William Hubbs
0 siblings, 0 replies; 7+ messages in thread
From: William Hubbs @ 2014-08-07 3:35 UTC (permalink / raw
To: gentoo-commits
commit: f25b3dbc3c55e4f24d8c58ccc3278a8f6eb0def8
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 7 03:22:02 2014 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu Aug 7 03:22:02 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/baselayout.git;a=commit;h=f25b3dbc
Add input group
Anyone other than root who wants access to /dev/input/* should be added
to this group.
I used gid 97 which is the same gid Archlinux uses.
X-Gentoo-Bug: 514174
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=514174
---
share.Linux/group | 1 +
1 file changed, 1 insertion(+)
diff --git a/share.Linux/group b/share.Linux/group
index 39938ea..65929fd 100644
--- a/share.Linux/group
+++ b/share.Linux/group
@@ -19,6 +19,7 @@ tape::26:root
video::27:root
cdrw::80:
usb::85:
+input::97:
users::100:
portage::250:portage
utmp:x:406:
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2016-08-28 16:19 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-25 19:09 [gentoo-commits] proj/baselayout:master commit in: share.Linux/ William Hubbs
-- strict thread matches above, loose matches on Subject: below --
2016-08-28 16:19 William Hubbs
2016-08-26 16:53 William Hubbs
2015-09-10 14:54 William Hubbs
2015-01-07 2:24 William Hubbs
2015-01-07 2:24 William Hubbs
2014-08-07 3:35 William Hubbs
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox