gcc-6: use $(GNU_ARCH) in manifest
[unleashed-userland.git] / components / trousers / patches / 03-readme.patch
blob4d02340cdfc22b819fffedc04f9b5dd96c0b2602
1 Author: Daniel Baumann <daniel@debian.org>
2 Description: Adjusting file pathes and locations to debian.
4 --- a/README
5 +++ b/README
6 @@ -105,9 +105,9 @@
7 storage file for trousers to use. Normally trousers would create this file
8 itself at the time ownership is taken. If your SRK has been given an
9 authorization password by the non-Linux OS, you will need to move the file
10 -dist/system.data.auth to /usr/local/var/lib/tpm/system.data. If you've
11 +examples/system.data.auth to /var/lib/tpm/system.data. If you've
12 taken ownership of your TPM without issuing a password, move
13 -dist/system.data.noauth to /usr/local/var/lib/tpm/system.data.
14 +examples/system.data.noauth to /var/lib/tpm/system.data.
16 Passwords: When entering passwords for keys you'd like to use in both
17 Linux and other OS's, you'll need to take note of how you entered those
18 @@ -165,10 +165,10 @@
19 valid across all application lifetimes, TCSD restarts and system
20 resets. Data registered in system PS stays valid until an application
21 requests that it be removed. The System PS file by default is
22 - /usr/local/var/lib/tpm/system.data. The system PS file is initially
23 + /var/lib/tpm/system.data. The system PS file is initially
24 created when ownership of the TPM is first taken.
26 - D) A config file. By default located in /usr/local/etc/tcsd.conf.
27 + D) A config file. By default located in /etc/tcsd.conf.
30 RUNNING the TSS
31 @@ -192,13 +192,13 @@
32 or,
33 # modprobe tpm_natl
35 - start the TCS Core Services daemon, by default /usr/local/sbin/tcsd.
36 - # /usr/local/sbin/tcsd
37 + start the TCS Core Services daemon, by default /usr/sbin/tcsd.
38 + # /etc/init.d/tcsd start
40 If you're attempting to make the TCS Core Services daemon communicate with a
41 softwware TPM through TCP, you must call it using the -e option.
43 - # /usr/local/sbin/tcsd -e
44 + # /usr/sbin/tcsd -e
46 The default values for hostname, port and UN socket device path are "localhost",
47 "6545" and "/var/run/tpm/tpmd_socket:0". It will search for the IN socket device,