~j-harbott/cirros/dev

26 by Scott Moser
remove perms.list, add makedevs.list
1
#  <name>    <type>      <mode>  <uid>   <gid>   <major> <minor> <start> <inc>   <count>
2
# chown arg, chmod arg, file list (shell expanded)
195 by Scott Moser
init.d files are named cirros-* now
3
/etc/init.d/cirros-*                    f 0755  0  0  -  - - - -
109 by Scott Moser
enable 'sudo' in config, and set up cirros user to have sudo
4
/etc/sudoers.d                          d 0755  0  0  -  - - - -
5
/etc/sudoers.d/*                        f 0440  0  0  -  - - - -
26 by Scott Moser
remove perms.list, add makedevs.list
6
/usr/lib/cloud-init/uncloud-init        f 0755  0  0  -  - - - -
7
/var/lib/cloud                          d 0755  0  0  -  - - - -
39 by Scott Moser
make rc.sysinit executable
8
/etc/init.d/rc.sysinit                  f 0755  0  0  -  - - - -
102 by Scott Moser
change default user from 'default' to 'cirros', set passwords
9
/etc/shadow                             f 0600  0  0  -  - - - -
76 by Scott Moser
Heavily change the way initramfs is done
10
/init                                   f 0755  0  0  -  - - - -
26 by Scott Moser
remove perms.list, add makedevs.list
11
/dev/console                            c 0600  0  0  5  1 - - -
165 by Scott Moser
add some more devices that are necessary:
12
/dev/tty1                               c 0600  0  0  4  1 - - -
13
/dev/tty2                               c 0600  0  0  4  2 - - -
26 by Scott Moser
remove perms.list, add makedevs.list
14
/dev/null                               c 0666  0  0  1  3 - - -
15
/dev/ttyS0                              c 0664  0  0  4 64 - - -
257 by Scott Moser
makedevs.list: fix device type of /dev/random and /dev/urandom
16
/dev/random                             c 0666  0  0  1  8 - - -
17
/dev/urandom                            c 0666  0  0  1  9 - - -
111 by Scott Moser
small fix in makedevs for /home/cirros
18
/home/cirros                            d 0755  1000 1000 - - - - -
113 by Scott Moser
do not chown /home to cirros user
19
/home/cirros/.[a-z]*                    f 0755  1000 1000 - - - - -
124 by Scott Moser
make /root readable/writable only by root
20
/root                                   d 0700  0  0  -  - - - -
132 by Scott Moser
set /tmp permissions
21
/tmp                                    d 1777  0  0  -  - - - -
144 by Scott Moser
use /run, and move man symlinks to /tmp from /var/
22
/run                                    d 0755  0  0  -  - - - -